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') }}