1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

added a string for touch id

This commit is contained in:
antelle 2021-01-10 16:31:50 +01:00
parent d22ddd99f6
commit 22d6a3011f
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

View File

@ -689,5 +689,7 @@
"yubiKeyTouchRequestedBody": "Please touch your YubiKey with serial number {}",
"yubiKeyDisabledErrorHeader": "USB is disabled",
"yubiKeyDisabledErrorBody": "YubiKey is required to open this file, please enable USB devices in settings.",
"yubiKeyErrorWithCode": "YubiKey error, code {}."
"yubiKeyErrorWithCode": "YubiKey error, code {}.",
"bioOpenAuthPrompt": "open file {}"
}