fix bluewallet spelling

This commit is contained in:
Craig Raw 2025-08-12 08:08:47 +02:00
parent b69e8f3629
commit 23f2b9197a

View file

@ -185,7 +185,9 @@ public enum WalletModel {
}
builder.append(Character.toUpperCase(word.charAt(0)));
builder.append(word.substring(1));
builder.append(" ");
if(this != BLUE_WALLET) {
builder.append(" ");
}
}
return builder.toString().trim();