From 7dea9cfab4f5eebd73430ec6e65d67e46fc9455a Mon Sep 17 00:00:00 2001 From: wpalani Date: Tue, 28 May 2024 12:48:06 -0700 Subject: [PATCH] Pass product page error state strings --- src/app/pages/marketplace/index.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/pages/marketplace/index.js b/src/app/pages/marketplace/index.js index f52c918a8..0e46b9e70 100644 --- a/src/app/pages/marketplace/index.js +++ b/src/app/pages/marketplace/index.js @@ -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' + ), + }, + }, }, };