mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -44,7 +44,7 @@ final class BiometricsAuthenticationPresenter: NSObject {
|
||||
BiometricsAuthenticationPresenter.isPresenting = true
|
||||
|
||||
let context = LAContext()
|
||||
context.localizedFallbackTitle = NSLocalizedString("biometrics_mode_cant_unlock_button_title", tableName: "Vector", comment: "")
|
||||
context.localizedFallbackTitle = BWIL10n.biometricsModeCantUnlockButtonTitle
|
||||
|
||||
context.evaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, localizedReason: message) { (success, error) in
|
||||
if success {
|
||||
|
||||
Reference in New Issue
Block a user