Browse Source
Add "Your device is genuine" tooltip on manager
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
5 additions and
1 deletions
-
src/components/ManagerPage/FirmwareUpdate.js
-
static/i18n/en/app.yml
|
|
@ -16,6 +16,7 @@ import getLatestFirmwareForDevice from 'commands/getLatestFirmwareForDevice' |
|
|
|
import installOsuFirmware from 'commands/installOsuFirmware' |
|
|
|
import type { DeviceInfo } from 'helpers/devices/getDeviceInfo' |
|
|
|
|
|
|
|
import Tooltip from 'components/base/Tooltip' |
|
|
|
import Box, { Card } from 'components/base/Box' |
|
|
|
import Text from 'components/base/Text' |
|
|
|
import Modal, { ModalBody, ModalFooter, ModalTitle, ModalContent } from 'components/base/Modal' |
|
|
@ -158,7 +159,9 @@ class FirmwareUpdate extends PureComponent<Props, State> { |
|
|
|
Ledger Nano S |
|
|
|
</Text> |
|
|
|
<Box color="wallet" style={{ marginLeft: 10 }}> |
|
|
|
<Tooltip render={() => t('app:manager.yourDeviceIsGenuine')}> |
|
|
|
<CheckFull size={13} color="wallet" /> |
|
|
|
</Tooltip> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
<Text ff="Open Sans|SemiBold" fontSize={2}> |
|
|
|
|
|
@ -181,6 +181,7 @@ operationDetails: |
|
|
|
operationList: |
|
|
|
noMoreOperations: That's all! |
|
|
|
manager: |
|
|
|
yourDeviceIsGenuine: Your device is genuine |
|
|
|
tabs: |
|
|
|
apps: Apps |
|
|
|
device: My device |
|
|
|