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

Commit

Permalink
No Bug: Use correct table name for two Wallet localized strings. (#7290)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Apr 19, 2023
1 parent 2a8d83e commit c62b865
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 @@ -3906,14 +3906,14 @@ extension Strings {
// Unstoppable Domains
public static let udDomainInterstitialPageTitle = NSLocalizedString(
"wallet.udDomainInterstitialPageTitle",
tableName: "BraveShared",
tableName: "BraveWallet",
bundle: .module,
value: "Enable support of Unstoppable Domains in Brave?",
comment: "Title displayed when users chose Brave to ask them if they want the Unstoppable Domains domain to be resolved every time they enter one."
)
public static let udDomainInterstitialPageDescription = NSLocalizedString(
"wallet.udDomainInterstitialPageDescription",
tableName: "BraveShared",
tableName: "BraveWallet",
bundle: .module,
value: "Brave will be using Infura to resolve .crypto (and also %@) domain names that are on Unstoppable Domains. Brave hides your IP address. If you enable this, Infura will see that someone is trying to visit these domains but nothing else. See Infura's <a href=%@>%@</a> and <a href=%@>%@</a>.",
comment: "Description displayed when users chose Brave to ask them if they want the Unstoppable Domains to be resolved every time they enter one. The first '%@' will be replaced with a list of supported TLDs like '.x' or '.bitcoin'. The second '%@' be replaced with a link to Infura's terms of use page. The third '%@' will be replaced with the value of 'Web3DomainInterstitialPageTAndU'. The fourth '%@' will be replaced with a link to Infura's privacy policy page. The last '%@' will be replaced with the value of 'Web3DomainInterstitialPagePrivacyPolicy'."
Expand Down

0 comments on commit c62b865

Please sign in to comment.