summaryrefslogtreecommitdiffstats
path: root/src/views
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-10-28 09:01:42 +0100
committerGitHub <noreply@github.com>2020-10-28 09:01:42 +0100
commitb50d7bf2be3c15719ecaa6947ac7a81ed0e4aaf7 (patch)
tree73ad34c8a3959eb9bc617acc12e750e14d62d8a9 /src/views
parent0dbf8ca6dbc186abeb53c34007c347c0e68630d4 (diff)
Correct text string tag
Diffstat (limited to 'src/views')
-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 f9293168..95b243cc 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', `There are no contacts yet`) }}
+ {{ t('contacts', 'There are no contacts yet') }}
<template #desc>
<button class="primary" @click="newContact">
{{ t('contacts', 'Create contact') }}