Skip to content

Commit

Permalink
No Bug: Wrong localized string key. (#8686)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Jan 22, 2024
1 parent f17ab92 commit 11e4c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraveWallet/WalletStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 11e4c96

Please sign in to comment.