diff --git a/webapp/locales/de.json b/webapp/locales/de.json index c763ea504..b7965062b 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -345,7 +345,8 @@ }, "allowEmbeds": { "name": "Drittanbieter", - "description": "In unseren Beiträgen können / werden aus der folgenden Liste an Providern Fremdcode von anderen Anbietern (Drittanbietern) in Form von eingebundenen Videos, Bilder oder Text eingebunden werden.", + "info-description": "Wenn du zustimmst werden in den Beiträgen aus der folgenden Liste an Providern Fremdcode von anderen Anbietern (Drittanbietern) in Form von eingebundenen Videos, Bilder oder Text automatisch eingebunden werden.", + "description": "Du hast zugestimmt das in den Beiträgen aus der folgenden Liste an Providern Fremdcode von anderen Anbietern (Drittanbietern) in Form von eingebundenen Videos, Bilder oder Text automatisch eingebunden werden.", "statustext": "Momentan ist das automatische einbinden:", "statuschange": "Einstellung ändern", "false": "Abgestellt", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 58f56f142..162f1a0f0 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -346,7 +346,8 @@ }, "allowEmbeds": { "name": "Third party providers", - "description": "In our contributions can / will be included from the following list of providers foreign code from other providers (third parties) in the form of embedded videos, images or text.", + "info-description": "If you agree, the posts from the following list of providers will automatically include third-party code from other providers (third parties) in the form of embedded videos, images, or text.", + "description": "You have agreed that in the contributions from the following list of providers, foreign code from other providers (third parties) in the form of embedded videos, images or text automatically are embedded.", "statustext": "At the moment this is automatic embedding:", "statuschange": "Change setting", "false": "Turned off", diff --git a/webapp/pages/settings/allow-embeds.vue b/webapp/pages/settings/allow-embeds.vue index db6e7552e..c76a50422 100644 --- a/webapp/pages/settings/allow-embeds.vue +++ b/webapp/pages/settings/allow-embeds.vue @@ -12,12 +12,12 @@ - + {{ $t('post.allowEmbeds.button-tofalse') }} - + {{ $t('post.allowEmbeds.button-totrue') }} @@ -27,8 +27,11 @@ -
-

{{ $t('post.allowEmbeds.description') }}

+
+

+ {{ $t('post.allowEmbeds.description') }} +

+

{{ $t('post.allowEmbeds.info-description') }}