mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Redesign data-privacy-warning
Updated Buttons Styles. Changed Order of the button. Updated i18n.
This commit is contained in:
parent
c734463c27
commit
5a2fdb08be
@ -24,12 +24,12 @@
|
||||
<h3>{{ $t('editor.embed.data_privacy_warning') }}</h3>
|
||||
<ds-text>{{ $t('editor.embed.data_privacy_info') }} {{ embedPublisher }}</ds-text>
|
||||
<div class="buttons">
|
||||
<base-button primary @click="allowEmbed()" data-test="play-now-button">
|
||||
{{ $t('editor.embed.play_now') }}
|
||||
</base-button>
|
||||
<base-button @click="closeOverlay()" data-test="cancel-button">
|
||||
<base-button @click="closeOverlay()" data-test="cancel-button" danger>
|
||||
{{ $t('actions.cancel') }}
|
||||
</base-button>
|
||||
<base-button @click="allowEmbed()" data-test="play-now-button" filled>
|
||||
{{ $t('editor.embed.play_now') }}
|
||||
</base-button>
|
||||
</div>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" v-model="checkedAlwaysAllowEmbeds" />
|
||||
|
||||
@ -306,7 +306,7 @@
|
||||
"editor": {
|
||||
"embed": {
|
||||
"always_allow": "Einzubettende Inhalte von Drittanbietern immer erlauben (diese Einstellung ist jederzeit änderbar)",
|
||||
"data_privacy_info": "Deine Daten wurden noch nicht an Drittanbieter weitergegeben. Wenn Du dieses Video jetzt abspielst, registriert der folgende Anbieter wahrscheinlich Deine Nutzerdaten:",
|
||||
"data_privacy_info": "Deine Daten wurden noch nicht an Drittanbieter weitergegeben. Wenn Du diesen Inhalt jetzt abspielst, registriert der folgende Anbieter wahrscheinlich Deine Nutzerdaten:",
|
||||
"data_privacy_warning": "Achte auf Deine Daten!",
|
||||
"play_now": "Jetzt ansehen"
|
||||
},
|
||||
|
||||
@ -306,9 +306,9 @@
|
||||
"editor": {
|
||||
"embed": {
|
||||
"always_allow": "Always allow embedded content by third party providers (this setting can be changed any time)",
|
||||
"data_privacy_info": "Your data has not yet been shared with any third party providers. If you proceed to watch this video the following provider will likely collect user data:",
|
||||
"data_privacy_info": "Your data has not yet been shared with any third party providers. If you proceed to watch this content the following provider will likely collect user data:",
|
||||
"data_privacy_warning": "Data Privacy Warning!",
|
||||
"play_now": "Watch now"
|
||||
"play_now": "Continue"
|
||||
},
|
||||
"hashtag": {
|
||||
"addHashtag": "New hashtag",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user