summaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Banking/DepositIbanV.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/Banking/DepositIbanV.swift')
-rw-r--r--TalerWallet1/Views/Banking/DepositIbanV.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Views/Banking/DepositIbanV.swift b/TalerWallet1/Views/Banking/DepositIbanV.swift
index 6d588bf..15da601 100644
--- a/TalerWallet1/Views/Banking/DepositIbanV.swift
+++ b/TalerWallet1/Views/Banking/DepositIbanV.swift
@@ -114,7 +114,7 @@ struct DepositIbanV: View {
}
.buttonStyle(TalerButtonStyle(type: .prominent, disabled: disabled))
.disabled(disabled)
- .accessibilityHint(disabled ? "enabled when account holder and IBAN are set" : EMPTYSTRING)
+ .accessibilityHint(disabled ? String(localized: "enabled when account holder and IBAN are set") : EMPTYSTRING)
}.padding(.horizontal) } // ScrollVStack
// .scrollBounceBehavior(.basedOnSize) needs iOS 16.4
.navigationTitle(subjectTitle(amountToTransfer, currencyInfo))