diff --git a/BraveShared/BraveStrings.swift b/BraveShared/BraveStrings.swift index 9ef3e6ee5..92911c02f 100644 --- a/BraveShared/BraveStrings.swift +++ b/BraveShared/BraveStrings.swift @@ -290,6 +290,7 @@ extension Strings { // MARK:- Settings. extension Strings { public static let ClearPrivateData = NSLocalizedString("ClearPrivateData", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Clear Private Data", comment: "Button in settings that clears private data for the selected items. Also used as section title in settings panel") + public static let OtherSettingsSection = NSLocalizedString("OtherSettingsSection", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Other Settings", comment: "Section name for other settings.") } // MARK:- Error pages. diff --git a/Client/Frontend/Settings/SettingsViewController.swift b/Client/Frontend/Settings/SettingsViewController.swift index 9268c0fc7..4262be64b 100644 --- a/Client/Frontend/Settings/SettingsViewController.swift +++ b/Client/Frontend/Settings/SettingsViewController.swift @@ -174,7 +174,7 @@ class SettingsViewController: TableViewController { return Section( // BRAVE TODO: Change it once we finalize our decision how to name the section.(#385) - header: .title("Other Settings"), + header: .title(Strings.OtherSettingsSection), rows: [ Row(text: Strings.Sync, selection: { [unowned self] in