Skip to content

Commit

Permalink
i18n: Fix the typo in the media categories component (#49047)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahmon authored and Mamaduka committed Mar 14, 2023
1 parent 25babb9 commit c1d64c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/media-categories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const getOpenverseCaption = ( item ) => {
)
: sprintf(
// translators: %1s: Link attributes for a given Openverse media work; %2s: Works's licence e.g: "CC0 1.0".
_x( '<a %1$s>Work</a>/ %3$s', 'caption' ),
_x( '<a %1$s>Work</a>/ %2$s', 'caption' ),
getExternalLinkAttributes( foreignLandingUrl ),
licenseUrl
? getExternalLink(
Expand Down

0 comments on commit c1d64c0

Please sign in to comment.