Skip to content

Commit

Permalink
Fix "Optimization seems to have broken the following translation stri…
Browse files Browse the repository at this point in the history
…ngs" - "left"
  • Loading branch information
manzoorwanijk committed Dec 4, 2023
1 parent e0130f4 commit d1d7cda
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ export const ShareLimitsBar = ( {
{
count: remainingCount,
backgroundColor: 'var(--jp-gray-off)',
label:
label: __(
// translators: This is 'left' referring to the quantity remaning, not the direction.
__( 'left', 'jetpack' ),
'left',
'jetpack'
),
},
].filter( Boolean );
}, [ usedCount, noticeType, scheduledCount, remainingCount ] );
Expand Down

0 comments on commit d1d7cda

Please sign in to comment.