Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini committed Jun 20, 2024
1 parent 0d7be4d commit 74d7155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/lib/promote-post/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BlazePressStrings = () => {
translate( 'Get started' );
translate( 'Learn more' );
translate( "Don't show me this step again." );
translate( 'Uploading images...' );
translate( 'Uploading images' );
translate( 'Checking payment information…' );
translate( 'Fetching pages…' );
translate( 'Fetching products…' );
Expand Down Expand Up @@ -67,15 +67,15 @@ const BlazePressStrings = () => {
translate( 'Ad creative' );
translate( "Use post's media" );
translate( 'Site title' );
translate( 'Loading page title...' );
translate( 'Loading page title' );
translate( 'Page title' );
translate( 'Snippet' );
translate(
'%(snippetCharactersLeft)s character remaining',
'%(snippetCharactersLeft)s characters remaining',
{ count: 1 }
);
translate( 'Loading ad text....' );
translate( 'Loading ad text.' );
translate( 'Ad text' );
translate( 'Use + / - or simply drag the image to adjust it' );
translate( 'Apply' );
Expand Down

0 comments on commit 74d7155

Please sign in to comment.