meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
6 additions and
3 deletions
-
src/components/TopBar/index.js
-
static/i18n/en/app.yml
|
|
@ -119,9 +119,11 @@ class TopBar extends PureComponent<Props> { |
|
|
|
<Box justifyContent="center"> |
|
|
|
<Bar /> |
|
|
|
</Box> |
|
|
|
<ItemContainer isInteractive justifyContent="center" onClick={this.handleLock}> |
|
|
|
<IconLock size={16} /> |
|
|
|
</ItemContainer> |
|
|
|
<Tooltip render={() => t('app:common.lock')}> |
|
|
|
<ItemContainer isInteractive justifyContent="center" onClick={this.handleLock}> |
|
|
|
<IconLock size={16} /> |
|
|
|
</ItemContainer> |
|
|
|
</Tooltip> |
|
|
|
</Fragment> |
|
|
|
)} |
|
|
|
</Box> |
|
|
|
|
|
@ -21,6 +21,7 @@ common: |
|
|
|
save: Save |
|
|
|
password: Password |
|
|
|
editProfile: Preferences |
|
|
|
lock: Lock |
|
|
|
lockApplication: Lock Ledger Live |
|
|
|
showMore: Show more |
|
|
|
max: Max |
|
|
|