Skip to content

Commit

Permalink
Consolidate a translatable string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymadon committed Jul 25, 2024
1 parent 01fd3fd commit 6979a49
Showing 1 changed file with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,9 @@ export default function Module( {
{ recoverable && (
<WarningNotice>
{ createInterpolateElement(
sprintf(
/* translators: 1: The warning message. 2: "Learn more" link. */
__(
'%1$s. <Link>%2$s</Link>',
'google-site-kit'
),
__(
'Managing user required to manage view access',
'google-site-kit'
),
__( 'Learn more', 'google-site-kit' )
__(
'Managing user required to manage view access. <Link>Learn more</Link>',
'google-site-kit'
),
{
Link: (
Expand Down

0 comments on commit 6979a49

Please sign in to comment.