Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: use application application passcode instead of local passcode i…
Browse files Browse the repository at this point in the history
…n privileges
  • Loading branch information
radko93 committed Nov 2, 2020
1 parent c7f2280 commit f584d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Authenticate/helpers.ts
Expand Up @@ -206,7 +206,7 @@ export const getTitleForPrivilegeLockStateAndType = (
}
}
case PrivilegeCredential.LocalPasscode: {
const title = 'Local Passcode';
const title = 'Application Passcode';
switch (state) {
case AuthenticationValueStateType.WaitingTurn:
return title.concat(' ', '- Waiting.');
Expand Down Expand Up @@ -243,7 +243,7 @@ export const getLabelForPrivilegeLockStateAndType = (
switch (state) {
case AuthenticationValueStateType.WaitingTurn:
case AuthenticationValueStateType.WaitingInput:
return 'Enter your local passcode';
return 'Enter your application passcode';
case AuthenticationValueStateType.Pending:
return 'Verifying keys...';
case AuthenticationValueStateType.Success:
Expand Down

0 comments on commit f584d90

Please sign in to comment.