Skip to content

Commit

Permalink
fix: [#176476117] Improved localization of TouchID dialog on Android #…
Browse files Browse the repository at this point in the history
…2788

Co-authored-by: Matteo Boschi <[email protected]>
  • Loading branch information
DavideValdo and Undermaken authored Feb 8, 2021
1 parent 8526cb8 commit f4b64ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@ identification:
reason: Identification by touch ID failed
title: Identification required
sensorDescription: Touch sensor
sensorErrorDescription: Fingerprint not recognized. Touch the sensor again.
fallbackLabel: Use the unlock code
fail:
wrongCode: Wrong code
Expand Down
1 change: 1 addition & 0 deletions locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ identification:
reason: Identificazione tramite touch ID non riuscita
title: Identificazione richiesta
sensorDescription: Tocca il sensore
sensorErrorDescription: Impronta non riconosciuta. Tocca nuovamente il sensore.
fallbackLabel: Usa il codice di sblocco
fail:
wrongCode: Codice errato
Expand Down
3 changes: 3 additions & 0 deletions ts/utils/biometric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import variables from "../theme/variables";
export const authenticateConfig: AuthenticateConfig = {
title: I18n.t("identification.biometric.popup.title"),
sensorDescription: I18n.t("identification.biometric.popup.sensorDescription"),
sensorErrorDescription: I18n.t(
"identification.biometric.popup.sensorErrorDescription"
),
cancelText: I18n.t("global.buttons.cancel"),
fallbackLabel: I18n.t("identification.biometric.popup.fallbackLabel"),
imageColor: variables.contentPrimaryBackground,
Expand Down

0 comments on commit f4b64ca

Please sign in to comment.