From 88cea4dff954a9e285b4f800e267f6cb37a2a64b Mon Sep 17 00:00:00 2001 From: Michael Scoff Date: Fri, 24 Nov 2017 22:59:33 -0800 Subject: [PATCH] Remove to Passcode --- Trust/Localization/en.lproj/Localizable.strings | 2 +- Trust/Settings/ViewControllers/SettingsViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {