From 7321eeb7462da54bf40514315ba99b751308497f Mon Sep 17 00:00:00 2001 From: nick-funk Date: Wed, 22 Jan 2025 16:45:43 -0700 Subject: [PATCH] update wording for media links configuration --- .../routes/Configure/sections/General/MediaLinksConfig.tsx | 6 +++--- locales/en-US/admin.ftl | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/core/client/admin/routes/Configure/sections/General/MediaLinksConfig.tsx b/client/src/core/client/admin/routes/Configure/sections/General/MediaLinksConfig.tsx index 8f283303a3..9e6ddbb9af 100644 --- a/client/src/core/client/admin/routes/Configure/sections/General/MediaLinksConfig.tsx +++ b/client/src/core/client/admin/routes/Configure/sections/General/MediaLinksConfig.tsx @@ -67,10 +67,10 @@ const MediaLinksConfig: FunctionComponent = ({ disabled }) => { } container={
} > - + - Allow commenters to add a YouTube video, X post or GIF's to the end of - their comment + Allow commenters to add a single piece of embedded media to the end of + a comment diff --git a/locales/en-US/admin.ftl b/locales/en-US/admin.ftl index ff564a84ac..deeb2562d3 100644 --- a/locales/en-US/admin.ftl +++ b/locales/en-US/admin.ftl @@ -433,7 +433,8 @@ configure-general-sitewideCommenting-messageExplanation = configure-general-embedLinks-title = Embedded media configure-general-embedLinks-desc = configure-general-embedLinks-description = - Allow commenters to add a YouTube video, X post or GIF's to the end of their comment +configure-general-embedLinks-description-addASinglePiece = + Allow commenters to add a single piece of embedded media to the end of a comment configure-general-embedLinks-enableTwitterEmbeds = Allow X post embeds configure-general-embedLinks-enableBlueskyEmbeds = Allow Bluesky post embeds configure-general-embedLinks-enableYouTubeEmbeds = Allow YouTube embeds