Browse Source
Added extra key for export section title
gre-patch-1
Juan Cortes Ross
6 years ago
No known key found for this signature in database
GPG Key ID: 34A99C03E9455EB8
2 changed files with
2 additions and
1 deletions
-
src/components/SettingsPage/sections/Export.js
-
static/i18n/en/app.json
|
|
@ -131,7 +131,7 @@ class SectionExport extends PureComponent<Props, State> { |
|
|
|
|
|
|
|
<Header |
|
|
|
icon={<IconShare size={16} />} |
|
|
|
title={t('settings.tabs.export')} |
|
|
|
title={t('settings.export.title')} |
|
|
|
desc={t('settings.export.desc')} |
|
|
|
renderRight={ |
|
|
|
<Button small onClick={this.onModalOpen} primary> |
|
|
|
|
|
@ -360,6 +360,7 @@ |
|
|
|
"about": "About" |
|
|
|
}, |
|
|
|
"export": { |
|
|
|
"title": "Export accounts", |
|
|
|
"desc": "Export accounts to the Ledger Live mobile app.", |
|
|
|
"button": "Export", |
|
|
|
"modal": { |
|
|
|