mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
fix bluewallet spelling
This commit is contained in:
parent
b69e8f3629
commit
23f2b9197a
1 changed files with 3 additions and 1 deletions
|
|
@ -185,7 +185,9 @@ public enum WalletModel {
|
||||||
}
|
}
|
||||||
builder.append(Character.toUpperCase(word.charAt(0)));
|
builder.append(Character.toUpperCase(word.charAt(0)));
|
||||||
builder.append(word.substring(1));
|
builder.append(word.substring(1));
|
||||||
builder.append(" ");
|
if(this != BLUE_WALLET) {
|
||||||
|
builder.append(" ");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return builder.toString().trim();
|
return builder.toString().trim();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue