Skip to content

Commit

Permalink
change ledger group name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Sep 23, 2024
1 parent 2477fa0 commit d5840c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KukaiCoreSwift/Services/WalletCacheService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public class WalletCacheService {
case .hd:
groupNameStart = "HD Wallet "
case .ledger:
groupNameStart = "Ledger Wallet "
groupNameStart = "Ledger Device "
case .social, .regular, .regularShifted:
groupNameStart = ""
}
Expand Down

0 comments on commit d5840c7

Please sign in to comment.