Browse Source

Added extra key for export section title

gre-patch-1
Juan Cortes Ross 6 years ago
parent
commit
84fa3bb0d7
No known key found for this signature in database GPG Key ID: 34A99C03E9455EB8
  1. 2
      src/components/SettingsPage/sections/Export.js
  2. 1
      static/i18n/en/app.json

2
src/components/SettingsPage/sections/Export.js

@ -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>

1
static/i18n/en/app.json

@ -360,6 +360,7 @@
"about": "About"
},
"export": {
"title": "Export accounts",
"desc": "Export accounts to the Ledger Live mobile app.",
"button": "Export",
"modal": {

Loading…
Cancel
Save