Remove extra )

pull/2/head
Michael Scoff 7 years ago
parent 936f6c370b
commit 358ce1e503
  1. 2
      Trust/Settings/ViewModels/SettingsViewModel.swift

@ -36,7 +36,7 @@ struct SettingsViewModel {
switch BiometryAuthenticationType.current {
case .faceID, .touchID:
return String(
format: NSLocalizedString("settings.biometricsEnabled.label.title", value: "Passcode / %@)", comment: ""),
format: NSLocalizedString("settings.biometricsEnabled.label.title", value: "Passcode / %@", comment: ""),
BiometryAuthenticationType.current.title
)
case .none:

Loading…
Cancel
Save