aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/settings.component.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-08-15 21:03:36 +0800
committerGitHub <noreply@github.com>2019-08-15 21:03:36 +0800
commit0ae5c0909232fc72635fae53ae4c7adce2e3cb2d (patch)
treee1db2fb11f6e86b00fd222c98ccbeb0d95452e94 /ui/app/pages/settings/settings.component.js
parentd3eafc3703514450be4872bc752e06c849274172 (diff)
downloadtangerine-wallet-browser-0ae5c0909232fc72635fae53ae4c7adce2e3cb2d.tar.gz
tangerine-wallet-browser-0ae5c0909232fc72635fae53ae4c7adce2e3cb2d.tar.zst
tangerine-wallet-browser-0ae5c0909232fc72635fae53ae4c7adce2e3cb2d.zip
Rename Contacts List settings tab to Contacts (#7018)
Diffstat (limited to 'ui/app/pages/settings/settings.component.js')
-rw-r--r--ui/app/pages/settings/settings.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/pages/settings/settings.component.js b/ui/app/pages/settings/settings.component.js
index 79f383dc4..55fbebfac 100644
--- a/ui/app/pages/settings/settings.component.js
+++ b/ui/app/pages/settings/settings.component.js
@@ -149,7 +149,7 @@ class SettingsPage extends PureComponent {
tabs={[
{ content: t('general'), description: t('generalSettingsDescription'), key: GENERAL_ROUTE },
{ content: t('advanced'), description: t('advancedSettingsDescription'), key: ADVANCED_ROUTE },
- { content: t('contactList'), description: t('contactListDescription'), key: CONTACT_LIST_ROUTE },
+ { content: t('contacts'), description: t('contactsSettingsDescription'), key: CONTACT_LIST_ROUTE },
{ content: t('securityAndPrivacy'), description: t('securitySettingsDescription'), key: SECURITY_ROUTE },
{ content: t('networks'), description: t('networkSettingsDescription'), key: NETWORKS_ROUTE },
{ content: t('about'), description: t('aboutSettingsDescription'), key: ABOUT_US_ROUTE },