Skip to content

Commit

Permalink
Merge pull request #4725 from coralproject/fix/CORL-3207-media-links-…
Browse files Browse the repository at this point in the history
…wording

[CORL-3207] update wording for media links configuration
  • Loading branch information
tessalt authored Jan 29, 2025
2 parents ca6244e + 7321eeb commit 9b8a51d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ const MediaLinksConfig: FunctionComponent<Props> = ({ disabled }) => {
}
container={<FieldSet />}
>
<Localized id="configure-general-embedLinks-description">
<Localized id="configure-general-embedLinks-description-addASinglePiece">
<FormFieldDescription>
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
</FormFieldDescription>
</Localized>
<FormField>
Expand Down
3 changes: 2 additions & 1 deletion locales/en-US/admin.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b8a51d

Please sign in to comment.