summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-19 18:30:53 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-19 18:30:53 +0100
commitbfa38cba598fb7c3391334b6cd7fa9a7095dfc43 (patch)
tree936adf4e4a2417a576e0f200582b066af97dad2a
parentcaefe3ac654348185e72306da965b393cc5bcf59 (diff)
Improve traduction
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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 b08b1abe..5ba9138c 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -186,7 +186,7 @@ export default {
if (!this.contact.dav) {
return {
icon: 'icon-error-white header-icon--pulse',
- msg: t('contacts', 'This contact is not yet synced. Edit it to trigger a change.')
+ msg: t('contacts', 'This contact is not yet synced. Edit it to save it to the server.')
}
} else if (this.isReadOnly) {
return {