From 1625e0705e50ce0c74e8612d9794bcf71bed2f84 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Wed, 13 Nov 2019 11:02:53 +0300 Subject: [PATCH] run update mutation when submitting shouts form --- webapp/locales/de.json | 3 ++- webapp/locales/en.json | 3 ++- webapp/pages/settings/privacy.vue | 45 ++++++++++++++++++++++++------- 3 files changed, 39 insertions(+), 12 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index d531ef64c..a06aed797 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -238,7 +238,8 @@ }, "privacy": { "name": "Privatsphäre", - "make-shouts-public": "Teile von mir empfohlene Artikel öffentlich auf meinem Profil" + "make-shouts-public": "Teile von mir empfohlene Artikel öffentlich auf meinem Profil", + "success-update": "Privatsphäre-Einstellungen gespeichert" }, "invites": { "name": "Einladungen" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index b6fe4911b..ca06c1313 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -239,7 +239,8 @@ }, "privacy": { "name": "Privacy", - "make-shouts-public": "Share articles I have shouted on my public profile" + "make-shouts-public": "Share articles I have shouted on my public profile", + "success-update": "Privacy settings saved" }, "invites": { "name": "Invites" diff --git a/webapp/pages/settings/privacy.vue b/webapp/pages/settings/privacy.vue index 0c79df5a6..54622cb16 100644 --- a/webapp/pages/settings/privacy.vue +++ b/webapp/pages/settings/privacy.vue @@ -4,30 +4,55 @@ - {{ $t('actions.save') }} + {{ $t('actions.save') }}