diff --git a/core/src/main/java/bisq/core/locale/BankUtil.java b/core/src/main/java/bisq/core/locale/BankUtil.java index e0c2af0d348..5d7adba9502 100644 --- a/core/src/main/java/bisq/core/locale/BankUtil.java +++ b/core/src/main/java/bisq/core/locale/BankUtil.java @@ -156,10 +156,8 @@ public static String getAccountNrLabel(String countryCode) { case "CA": case "HK": return Res.get("payment.accountNr"); - case "NO": - return "Kontonummer"; // do not translate as it is used in norwegian only - case "SE": - return "Bankgiro number"; // do not translate as it is used in swedish only + case "NO" || "SE": + return "Kontonummer"; // do not translate as it is used in norwegian and swedish only case "MX": return "CLABE"; // do not translate as it is used in spanish only case "CL":