Skip to content

Commit

Permalink
Pass product page error state strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed May 28, 2024
1 parent 8718d59 commit 7dea9cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/pages/marketplace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ const MarketplacePage = () => {
'bluehost-wordpress-plugin'
),
loadMore: __( 'Load More', 'bluehost-wordpress-plugin' ),
productPage: {
error: {
title: __(
'Oops! Something Went Wrong',
'bluehost-wordpress-plugin'
),
description: __(
'An error occurred while loading the content. Please try again later.',
'bluehost-wordpress-plugin'
),
},
},
},
};

Expand Down

0 comments on commit 7dea9cf

Please sign in to comment.