Skip to content

Commit

Permalink
removes translations for dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Sep 20, 2024
1 parent d2d54fb commit eed2c75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/js/src/dashboard/components/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import { AlertsContext } from "../routes/alert-center";
export const Notifications = () => {
const notificationsAlertsList = [
{
message: __( "Your site is not connected to your MyYoast account. Connect your site to get access to all the features.", "wordpress-seo" ),
message: "Your site is not connected to your MyYoast account. Connect your site to get access to all the features.",
},
{
message: __( "You have a new notification from Yoast SEO. Click here to read it.", "wordpress-seo" ),
message: "You have a new notification from Yoast SEO. Click here to read it.",
},
];

Expand Down
4 changes: 2 additions & 2 deletions packages/js/src/dashboard/components/problems.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import { AlertsContext } from "../routes/alert-center";
export const Problems = () => {
const problemsList = [
{
message: __( "Huge SEO issue: You're blocking access to robots. If you want search engines to show this site in their results, you must go to your Reading Settings and uncheck the box for Search Engine Visibility. I don't want this site to show in the search results.", "wordpress-seo" ),
message: "Huge SEO issue: You're blocking access to robots. If you want search engines to show this site in their results, you must go to your Reading Settings and uncheck the box for Search Engine Visibility. I don't want this site to show in the search results.",
},
{
message: __( "You still have the default WordPress tagline, even an empty one is probably better. You can fix this in the customizer.", "wordpress-seo" ),
message: "You still have the default WordPress tagline, even an empty one is probably better. You can fix this in the customizer.",
},
];

Expand Down

0 comments on commit eed2c75

Please sign in to comment.