From 766209c1e6a5817a02eb7075409d6726adf72b42 Mon Sep 17 00:00:00 2001 From: dankito Date: Fri, 31 Jul 2020 01:03:23 +0200 Subject: [PATCH] Fixed english translation for TransferMoneyDialog title --- ui/BankingiOSApp/BankingiOSApp/Base.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/BankingiOSApp/BankingiOSApp/Base.lproj/Localizable.strings b/ui/BankingiOSApp/BankingiOSApp/Base.lproj/Localizable.strings index a2f03fee..2353672e 100644 --- a/ui/BankingiOSApp/BankingiOSApp/Base.lproj/Localizable.strings +++ b/ui/BankingiOSApp/BankingiOSApp/Base.lproj/Localizable.strings @@ -45,7 +45,7 @@ /* TransferMoneyDialog */ -"Transfer Money Dialog Title" = "Überweisung"; +"Transfer Money Dialog Title" = "Bank transfer"; "Remittee Name" = "Name"; "Remittee IBAN" = "IBAN"; "Amount" = "Amount";