From d5840c7169b92c74b6111f3b16321d32a4f94d30 Mon Sep 17 00:00:00 2001 From: Simon McLoughlin Date: Mon, 23 Sep 2024 21:06:12 +0100 Subject: [PATCH] change ledger group name --- Sources/KukaiCoreSwift/Services/WalletCacheService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/KukaiCoreSwift/Services/WalletCacheService.swift b/Sources/KukaiCoreSwift/Services/WalletCacheService.swift index 30887ea..6492b60 100644 --- a/Sources/KukaiCoreSwift/Services/WalletCacheService.swift +++ b/Sources/KukaiCoreSwift/Services/WalletCacheService.swift @@ -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 = "" }