mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
update photosensitivity warning copy
This commit is contained in:
@@ -8,13 +8,16 @@
|
||||
fade="warning"
|
||||
max-width="544px"
|
||||
>
|
||||
<div class="flex flex-col gap-6">
|
||||
<p class="m-0 leading-normal">
|
||||
<div class="flex flex-col">
|
||||
<p class="mt-0 mb-4 leading-normal">
|
||||
{{ formatMessage(messages.body1) }}
|
||||
</p>
|
||||
<p class="m-0 leading-normal">
|
||||
<p class="mt-0 mb-4 leading-normal">
|
||||
{{ formatMessage(messages.body2) }}
|
||||
</p>
|
||||
<p class="mt-0 mb-4 leading-normal">
|
||||
{{ formatMessage(messages.body3) }}
|
||||
</p>
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<Checkbox v-model="dontShowAgain" :label="formatMessage(messages.dontShowAgain)" />
|
||||
@@ -54,12 +57,16 @@ const messages = defineMessages({
|
||||
body1: {
|
||||
id: 'search.photosensitivity-warning-modal.body.1',
|
||||
defaultMessage:
|
||||
'We cannot guarantee that all content on Modrinth that may be dangerous for users with photosensitivity is labeled appropriately with a photosensitivity warning.',
|
||||
'We cannot guarantee that all content on Modrinth has been labeled appropriately.',
|
||||
},
|
||||
body2: {
|
||||
id: 'search.photosensitivity-warning-modal.body.2',
|
||||
defaultMessage:
|
||||
'The label is self-assigned by the users who uploaded the content, and do not indicate that the content has gone through any kind of safety testing. Using any content on Modrinth is at your own risk. Please stay safe.',
|
||||
'Content labels for photosensitivity triggers are self-assigned by the creators who upload their content to Modrinth. These projects have not gone through any safety testing.',
|
||||
},
|
||||
body3: {
|
||||
id: 'search.photosensitivity-warning-modal.body.3',
|
||||
defaultMessage: 'Using any content on Modrinth is at your own risk, please stay safe! 💚',
|
||||
},
|
||||
dontShowAgain: {
|
||||
id: 'search.photosensitivity-warning-modal.dont-show-again',
|
||||
|
||||
@@ -3954,10 +3954,13 @@
|
||||
"defaultMessage": "Loader"
|
||||
},
|
||||
"search.photosensitivity-warning-modal.body.1": {
|
||||
"defaultMessage": "We cannot guarantee that all content on Modrinth that may be dangerous for users with photosensitivity is labeled appropriately with a photosensitivity warning."
|
||||
"defaultMessage": "We cannot guarantee that all content on Modrinth has been labeled appropriately."
|
||||
},
|
||||
"search.photosensitivity-warning-modal.body.2": {
|
||||
"defaultMessage": "The label is self-assigned by the users who uploaded the content, and do not indicate that the content has gone through any kind of safety testing. Using any content on Modrinth is at your own risk. Please stay safe."
|
||||
"defaultMessage": "Content labels for photosensitivity triggers are self-assigned by the creators who upload their content to Modrinth. These projects have not gone through any safety testing."
|
||||
},
|
||||
"search.photosensitivity-warning-modal.body.3": {
|
||||
"defaultMessage": "Using any content on Modrinth is at your own risk, please stay safe! 💚"
|
||||
},
|
||||
"search.photosensitivity-warning-modal.dont-show-again": {
|
||||
"defaultMessage": "Don't show this again"
|
||||
|
||||
Reference in New Issue
Block a user