From f7c5552354fe99d5da2796dc940959156d2ff858 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 6 Aug 2026 18:55:44 -0700 Subject: [PATCH] update photosensitivity warning copy --- .../modal/PhotosensitivityWarningModal.vue | 17 ++++++++++++----- packages/ui/src/locales/en-US/index.json | 7 +++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/packages/ui/src/components/modal/PhotosensitivityWarningModal.vue b/packages/ui/src/components/modal/PhotosensitivityWarningModal.vue index e3b905c6df..308e3f2c7b 100644 --- a/packages/ui/src/components/modal/PhotosensitivityWarningModal.vue +++ b/packages/ui/src/components/modal/PhotosensitivityWarningModal.vue @@ -8,13 +8,16 @@ fade="warning" max-width="544px" > -
-

+

+

{{ formatMessage(messages.body1) }}

-

+

{{ formatMessage(messages.body2) }}

+

+ {{ formatMessage(messages.body3) }} +

@@ -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', diff --git a/packages/ui/src/locales/en-US/index.json b/packages/ui/src/locales/en-US/index.json index 21e7ab9ef6..ad47bf1e56 100644 --- a/packages/ui/src/locales/en-US/index.json +++ b/packages/ui/src/locales/en-US/index.json @@ -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"