Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactDetails.vue')
-rw-r--r--src/components/ContactDetails.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 9fe9f173..8ad93521 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -466,7 +466,7 @@ export default {
*/
groupsModel() {
return {
- readableName: t('contacts', 'Groups'),
+ readableName: t('contacts', 'Contact groups'),
icon: 'icon-contacts-dark',
}
},