Skip to content

Commit

Permalink
Merge branch 'dev' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Jan 10, 2024
2 parents 15b686c + 71af1c4 commit eccf90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/PasscodeEntry/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const PasscodeEntry = () => {
const result = await LocalAuthentication.authenticateAsync({
promptMessage: t('security.authenticate.with.face.id'),
fallbackLabel: t('security.enter.pin'),
cancelLabel: t('buttons.cancel')
cancelLabel: t('button.cancel')
});
if (result.success) {
isAuthSuccessfulRef.current = true;
Expand Down

0 comments on commit eccf90a

Please sign in to comment.