summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-17 19:56:54 +0200
committerGitHub <noreply@github.com>2022-09-17 19:56:54 +0200
commit94e577a1152065142c57417f258cdf6ca7decce0 (patch)
tree3991d839f3e8dffe0013e2ab3991ac77a7ca5c89
parent6b2f527a13ce652f21effaa00e94f77b958de06c (diff)
l10n: Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-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 c9178f7e..9b285307 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -600,7 +600,7 @@ export default {
if (error.name === 'ParserError') {
showError(t('contacts', 'Syntax error. Cannot open the contact.'))
} else if (error?.status === 404) {
- showError(t('contacts', 'The contact doesn\'t exists anymore on the server.'))
+ showError(t('contacts', 'The contact does not exists anymore on the server.'))
} else {
showError(t('contacts', 'Unable to retrieve the contact from the server, please check your network connection.'))
}