From 5826db437ce435f92a45df856f4ef5da7a61918a Mon Sep 17 00:00:00 2001 From: Igor <35524806+igorschoester@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:23:05 +0100 Subject: [PATCH] Descriptions copy --- packages/js/src/dashboard/scores/score-meta.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/js/src/dashboard/scores/score-meta.js b/packages/js/src/dashboard/scores/score-meta.js index ef4cd27a96e..9ab0009a561 100644 --- a/packages/js/src/dashboard/scores/score-meta.js +++ b/packages/js/src/dashboard/scores/score-meta.js @@ -37,14 +37,14 @@ export const SCORE_META = { export const SCORE_DESCRIPTIONS = { seo: { good: __( "Most of your content has a good SEO score. Well done!", "wordpress-seo" ), - ok: __( "Your content has an average SEO score. Find opportunities for enhancement.", "wordpress-seo" ), - bad: __( "Some of your content needs attention. Identify and address areas for improvement.", "wordpress-seo" ), - notAnalyzed: __( "Some of your content hasn't been analyzed yet. Please open it in your editor so we can analyze it.", "wordpress-seo" ), + ok: __( "Your content has an average SEO score. Time to find opportunities for improvement!", "wordpress-seo" ), + bad: __( "Some of your content could use a little extra care. Take a look and start improving!", "wordpress-seo" ), + notAnalyzed: __( "Some of your content hasn't been analyzed yet. Please open it and save it in your editor so we can start the analysis.", "wordpress-seo" ), }, readability: { - good: __( "Most of your content has a good Readability score. Well done!", "wordpress-seo" ), - ok: __( "Your content has an average Readability score. Find opportunities for enhancement.", "wordpress-seo" ), - bad: __( "Some of your content needs attention. Identify and address areas for improvement.", "wordpress-seo" ), - notAnalyzed: __( "Some of your content hasn't been analyzed yet. Please open it in your editor so we can analyze it.", "wordpress-seo" ), + good: __( "Most of your content has a good readability score. Well done!", "wordpress-seo" ), + ok: __( "Your content has an average readability score. Time to find opportunities for improvement!", "wordpress-seo" ), + bad: __( "Some of your content could use a little extra care. Take a look and start improving!", "wordpress-seo" ), + notAnalyzed: __( "Some of your content hasn't been analyzed yet. Please open it and save it in your editor so we can start the analysis.", "wordpress-seo" ), }, };