Skip to content

Commit

Permalink
Descriptions copy
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Nov 25, 2024
1 parent 5ed1a82 commit 5826db4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/js/src/dashboard/scores/score-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" ),
},
};

0 comments on commit 5826db4

Please sign in to comment.