Remove to Passcode

pull/2/head
Michael Scoff 7 years ago
parent 22f43afdb8
commit 88cea4dff9
  1. 2
      Trust/Localization/en.lproj/Localizable.strings
  2. 2
      Trust/Settings/ViewControllers/SettingsViewController.swift

@ -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";

@ -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 {

Loading…
Cancel
Save