mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Change wording for bank form
This commit is contained in:
parent
24cc6800e7
commit
f9983a4e19
@ -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:";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user