fix specter diy capitalization
This commit is contained in:
parent
ad02b8a33c
commit
13e1fafbe8
@ -172,6 +172,8 @@ public enum WalletModel {
|
||||
word = "BitBox";
|
||||
} else if(word.equals(ONEKEY_PRO.getType())) {
|
||||
word = "OneKey";
|
||||
} else if(word.equals("diy")) {
|
||||
word = "DIY";
|
||||
}
|
||||
builder.append(Character.toUpperCase(word.charAt(0)));
|
||||
builder.append(word.substring(1));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user