summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/views/Contacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index f02da7c7..f9293168 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -146,7 +146,7 @@
<div v-else-if="isEmptyGroup && !isRealGroup">
<EmptyContent icon="icon-contacts-dark">
- {{ t('contacts', `You don't have any contacts yet`) }}
+ {{ t('contacts', `There are no contacts yet`) }}
<template #desc>
<button class="primary" @click="newContact">
{{ t('contacts', 'Create contact') }}