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