From d9113d87eca3f5a31c263f2451d9769309e599aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Buczek?= Date: Thu, 17 Aug 2023 17:10:23 +0200 Subject: [PATCH] No Bug: Remove duplicated localized strings (#7888) --- Sources/BraveStrings/BraveStrings.swift | 2 +- Sources/BraveWallet/WalletStrings.swift | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/BraveStrings/BraveStrings.swift b/Sources/BraveStrings/BraveStrings.swift index f61e67ab615..e902ff44f4d 100644 --- a/Sources/BraveStrings/BraveStrings.swift +++ b/Sources/BraveStrings/BraveStrings.swift @@ -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: "") } diff --git a/Sources/BraveWallet/WalletStrings.swift b/Sources/BraveWallet/WalletStrings.swift index 0dd9164e5fe..580bc955958 100644 --- a/Sources/BraveWallet/WalletStrings.swift +++ b/Sources/BraveWallet/WalletStrings.swift @@ -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", @@ -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?",