From 74d7155e8d94a907c32392edaf35f21f6d483939 Mon Sep 17 00:00:00 2001 From: Tony Arcangelini Date: Thu, 20 Jun 2024 23:30:48 +0200 Subject: [PATCH] Fix failing test --- client/lib/promote-post/string.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/lib/promote-post/string.ts b/client/lib/promote-post/string.ts index cd52cd3b04926..6c8e0f85149a2 100644 --- a/client/lib/promote-post/string.ts +++ b/client/lib/promote-post/string.ts @@ -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…' ); @@ -67,7 +67,7 @@ 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( @@ -75,7 +75,7 @@ const BlazePressStrings = () => { '%(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' );