diff --git a/Trust/Localization/en.lproj/Localizable.strings b/Trust/Localization/en.lproj/Localizable.strings index b8bda0a42..349b706a2 100644 --- a/Trust/Localization/en.lproj/Localizable.strings +++ b/Trust/Localization/en.lproj/Localizable.strings @@ -19,7 +19,7 @@ "Generic.Failed" = "Failed"; "Generic.Retry" = "Retry"; "Generic.Loading" = "Loading"; -"Settings.Biometrics" = "Passcode / Biometrics"; +"Settings.Biometrics" = "Passcode"; "Settings.Community" = "Community"; "Settings.Donate" = "Donate"; "Settings.Export" = "Export"; diff --git a/Trust/Settings/ViewControllers/SettingsViewController.swift b/Trust/Settings/ViewControllers/SettingsViewController.swift index 40bf8beaf..49a8f467b 100644 --- a/Trust/Settings/ViewControllers/SettingsViewController.swift +++ b/Trust/Settings/ViewControllers/SettingsViewController.swift @@ -72,7 +72,7 @@ class SettingsViewController: FormViewController { +++ Section(NSLocalizedString("Settings.Security", value: "Security", comment: "")) <<< SwitchRow { - $0.title = NSLocalizedString("Settings.Biometrics", value: "Passcode / Biometrics", comment: "") + $0.title = NSLocalizedString("Settings.Biometrics", value: "Passcode", comment: "") $0.value = self.isPasscodeEnabled }.onChange { [unowned self] row in if row.value == true {