summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9b285307..d010812f 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 does not exists anymore on the server.'))
+ showError(t('contacts', 'The contact does not exists on the server anymore.'))
} else {
showError(t('contacts', 'Unable to retrieve the contact from the server, please check your network connection.'))
}