From 94e577a1152065142c57417f258cdf6ca7decce0 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:56:54 +0200 Subject: l10n: Spelling unification Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/components/ContactDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.')) } -- cgit v1.2.3