Skip to content

Commit

Permalink
Rename Contacts List settings tab to Contacts (#7018)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored Aug 15, 2019
1 parent d3eafc3 commit 0ae5c09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@
"connectToTrezor": {
"message": "Connect to Trezor"
},
"contactList": {
"message": "Contact List"
"contacts": {
"message": "Contacts"
},
"contactListDescription": {
"contactsSettingsDescription": {
"message": "Add, edit, remove, and manage your contacts"
},
"continue": {
Expand Down
2 changes: 1 addition & 1 deletion ui/app/pages/settings/settings.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion ui/app/pages/settings/settings.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ROUTES_TO_I18N_KEYS = {
[ADVANCED_ROUTE]: 'advanced',
[SECURITY_ROUTE]: 'securityAndPrivacy',
[ABOUT_US_ROUTE]: 'about',
[CONTACT_LIST_ROUTE]: 'contactList',
[CONTACT_LIST_ROUTE]: 'contacts',
[CONTACT_ADD_ROUTE]: 'newContact',
[CONTACT_EDIT_ROUTE]: 'editContact',
[CONTACT_VIEW_ROUTE]: 'viewContact',
Expand Down

0 comments on commit 0ae5c09

Please sign in to comment.