summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-18 17:06:37 +0200
committerGitHub <noreply@github.com>2022-09-18 17:06:37 +0200
commit916144aa2446d4c6b297c6ee80f9e03ec0987443 (patch)
tree32abd565876c7872e47cd9b4dc6ddb88656d91dd /src
parent3da6041edfb394b4cf91092d9d40ee3111fae591 (diff)
l10n: Change style of sentence
Reported on Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src')
-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.'))
}