Change wording for bank form

This commit is contained in:
Manfred Karrer 2016-04-28 20:19:27 +02:00
parent 24cc6800e7
commit f9983a4e19

View File

@ -37,7 +37,7 @@ public class BankUtil {
countryCode = "";
switch (countryCode) {
default:
return "Bank nr.(BIC/SWIFT):";
return "Bank nr. or BIC/SWIFT:";
}
}
@ -64,7 +64,7 @@ public class BankUtil {
countryCode = "";
switch (countryCode) {
default:
return "Account nr.(IBAN):";
return "Account nr. or IBAN:";
}
}