Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Nov 18, 2023
1 parent 4e5ac6f commit 3b3af58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Authentication/Authentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ const Authentication = (props: {
{props.type === 'tx'
? t('home:auth_sign_tx')
: props.type === 'sync'
? t('home:auth_sync_ssp')
: t('home:auth_sensitive_inf')}
? t('home:auth_sync_ssp')
: t('home:auth_sensitive_inf')}
</Text>
<Text style={[Fonts.textBold, Fonts.textSmall, Fonts.textCenter]}>
{props.type === 'tx'
? t('home:auth_confirm_with_pw')
: props.type === 'sync'
? t('home:auth_confirm_with_pw')
: t('home:auth_grant_access_pw')}
? t('home:auth_confirm_with_pw')
: t('home:auth_grant_access_pw')}
</Text>

{biometricsAvailable && (
Expand Down

0 comments on commit 3b3af58

Please sign in to comment.