Skip to content

Commit

Permalink
create scramble pin locale string
Browse files Browse the repository at this point in the history
  • Loading branch information
deregs committed Apr 25, 2022
1 parent f56b31b commit 0b1b0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"views.Settings.Security.title": "Security settings",
"views.Settings.Security.deletePIN": "Delete PIN",
"views.Settings.Security.deleteDuressPIN": "Delete Duress PIN",
"views.Settings.Security.scramblePIN": "Scramble PIN numbers",
"views.ImportAccount.title": "Import account",
"views.ImportAccount.name": "Account Name",
"views.ImportAccount.extendedPubKey": "Extended Public Key (Xpub)",
Expand Down
4 changes: 3 additions & 1 deletion views/Settings/Security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ export default class Security extends React.Component<
fontFamily: 'Lato-Regular'
}}
>
{'Scramble PIN numbers'}
{localeString(
'views.Settings.Security.scramblePIN'
)}
</ListItem.Title>
</ListItem.Content>
<Switch
Expand Down

0 comments on commit 0b1b0c7

Please sign in to comment.