summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsSortContacts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Settings/SettingsSortContacts.vue')
-rw-r--r--src/components/Settings/SettingsSortContacts.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Settings/SettingsSortContacts.vue b/src/components/Settings/SettingsSortContacts.vue
index 440e7d00..72e2b6c7 100644
--- a/src/components/Settings/SettingsSortContacts.vue
+++ b/src/components/Settings/SettingsSortContacts.vue
@@ -66,11 +66,11 @@ export default {
key: 'firstName'
},
{
- label: t('contacts', 'Lastname'),
+ label: t('contacts', 'Last name'),
key: 'lastName'
},
{
- label: t('contacts', 'Display-name'),
+ label: t('contacts', 'Display name'),
key: 'displayName'
}
]