From d57cee2022ad629061594f27e180448baf898abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Buczek?= Date: Mon, 22 Jan 2024 17:54:52 +0100 Subject: [PATCH] No Bug: Wrong localized string key. --- Sources/BraveWallet/WalletStrings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BraveWallet/WalletStrings.swift b/Sources/BraveWallet/WalletStrings.swift index ee3b37308ab..9f9e3815368 100644 --- a/Sources/BraveWallet/WalletStrings.swift +++ b/Sources/BraveWallet/WalletStrings.swift @@ -121,7 +121,7 @@ extension Strings { comment: "The empty state displayed when the user has no accounts associated with a transaction or asset" ) public static let noAccountDescription = NSLocalizedString( - "wallet.noAccounts", + "wallet.noAccountDescription", tableName: "BraveWallet", bundle: .module, value: "Accounts with a balance will appear here.",