[iOS] Fix Brave Leo duplicated localized string keys. (#22548)

This commit is contained in:
Michał Buczek
2024-03-12 15:02:44 +01:00
committed by GitHub
parent 8bb9549e26
commit b46fef8f0c
@@ -466,7 +466,7 @@ extension Strings {
comment: "The title for the settings to show search suggestions from Leo in url-address bar"
)
public static let advancedSettingsDefaultModelTitle = NSLocalizedString(
"aichat.advancedSettingsAutocompleteTitle",
"aichat.advancedSettingsDefaultModelTitle",
tableName: "BraveLeo",
bundle: .module,
value: "Default model for new conversations",
@@ -648,7 +648,7 @@ extension Strings {
comment: "The title terms and conditions for AI chat usage"
)
public static let termsConditionsDescription = NSLocalizedString(
"aichat.termsConditionsTitle",
"aichat.termsConditionsDescription",
tableName: "BraveLeo",
bundle: .module,
value:
@@ -673,7 +673,7 @@ extension Strings {
"The title for premium ad view. The links are inside parenthesis and the phrases inside square brackets should be translated"
)
public static let speechRecognizerDisclaimer = NSLocalizedString(
"aichat.feedbackPremiumAdTitle",
"aichat.speechRecognizerDisclaimer",
tableName: "BraveLeo",
bundle: .module,
value: "Brave does not store or share your voice inputs.",