fix: label failed payments in PaymentRow
This commit is contained in:
@@ -306,6 +306,7 @@ val EnHomeStrings = AppStrings(
|
||||
paymentRowReceivedCD = "Received",
|
||||
paymentRowNoMemo = "No memo",
|
||||
paymentRowPending = "Pending",
|
||||
paymentRowFailed = "Failed",
|
||||
|
||||
onboarding = OnboardingStrings(
|
||||
back = "Back",
|
||||
|
||||
@@ -305,6 +305,8 @@ val EsHomeStrings = AppStrings(
|
||||
paymentRowReceivedCD = "Recibido",
|
||||
paymentRowNoMemo = "Sin nota",
|
||||
paymentRowPending = "Pendiente",
|
||||
paymentRowFailed = "Fallido",
|
||||
|
||||
|
||||
onboarding = OnboardingStrings(
|
||||
back = "Back",
|
||||
|
||||
@@ -305,6 +305,8 @@ val EuStrings = AppStrings(
|
||||
paymentRowReceivedCD = "Jasota",
|
||||
paymentRowNoMemo = "Oharrik gabe",
|
||||
paymentRowPending = "Zain",
|
||||
paymentRowFailed = "Huts eginda",
|
||||
|
||||
|
||||
onboarding = OnboardingStrings(
|
||||
back = "Back",
|
||||
|
||||
@@ -302,6 +302,7 @@ data class AppStrings(
|
||||
val paymentRowReceivedCD : String,
|
||||
val paymentRowNoMemo : String,
|
||||
val paymentRowPending : String,
|
||||
val paymentRowFailed : String,
|
||||
|
||||
val onboarding: OnboardingStrings
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user