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

Commit

Permalink
No Bug: Remove duplicated localized strings (#7888)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Aug 17, 2023
1 parent 6c17b53 commit d9113d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3379,7 +3379,7 @@ extension Strings {
comment: "")
public static let persistentPrivateBrowsingDescription =
NSLocalizedString(
"tabs.settings.persistentPrivateBrowsingTitle", tableName: "BraveShared", bundle: .module,
"tabs.settings.persistentPrivateBrowsingDescription", tableName: "BraveShared", bundle: .module,
value: "Keep private browsing tabs open when you close the app, ensuring private browsing sessions continue seamlessly.",
comment: "")
}
Expand Down
4 changes: 2 additions & 2 deletions Sources/BraveWallet/WalletStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ extension Strings {
comment: "The subtitle of the last step of creating a new wallet."
)
public static let onboardingCompletedButtonTitle = NSLocalizedString(
"wallet.onbordingCompletedTitle",
"wallet.onboardingCompletedButtonTitle",
tableName: "BraveWallet",
bundle: .module,
value: "Go to my portfolio",
Expand Down Expand Up @@ -1067,7 +1067,7 @@ extension Strings {
comment: "The title shown when a user is asked if they would like to setup biometric unlock. `%@` will be replaced with the biometric type name of the current device."
)
public static let biometricsSetupSubTitle = NSLocalizedString(
"wallet.biometricsSetupTitle",
"wallet.biometricsSetupSubTitle",
tableName: "BraveWallet",
bundle: .module,
value: "Would you like to use %@ to unlock Brave Wallet?",
Expand Down

0 comments on commit d9113d8

Please sign in to comment.