Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Oct 16, 2023
1 parent fe531dd commit 3b4de6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BraveWallet/WalletStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4371,14 +4371,14 @@ extension Strings {
"wallet.nftUnspam",
tableName: "BraveWallet",
bundle: .module,
value: "Mark as not junk",
value: "Mark As Not Junk",
comment: "The title of context button for user to unspam a NFT."
)
public static let nftRemoveFromWallet = NSLocalizedString(
"wallet.nftRemoveFromWallet",
tableName: "BraveWallet",
bundle: .module,
value: "Don't show in wallet",
value: "Don't Show in Wallet",
comment: "The title of context button for user to do not show a NFT in wallet at all."
)
public static let nftRemoveFromWalletAlertTitle = NSLocalizedString(
Expand Down

0 comments on commit 3b4de6b

Please sign in to comment.