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 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 {