mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 06:32:47 -04:00
Change wording for bank form
This commit is contained in:
parent
24cc6800e7
commit
f9983a4e19
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue