From a3fbcd244e6bb2a4acc68876b1fb2ca90f5800a7 Mon Sep 17 00:00:00 2001 From: "Brian.Jiang2021" Date: Mon, 10 Apr 2023 18:47:51 +0800 Subject: [PATCH] fix: text change --- apps/storefront/src/shared/customStyleButtton/context/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storefront/src/shared/customStyleButtton/context/config.ts b/apps/storefront/src/shared/customStyleButtton/context/config.ts index 59cfabae..b0530219 100644 --- a/apps/storefront/src/shared/customStyleButtton/context/config.ts +++ b/apps/storefront/src/shared/customStyleButtton/context/config.ts @@ -93,7 +93,7 @@ export const initState = { loginPageDisplay: { displayStoreLogo: true, enabled: true, - pageTitle: 'Sign In (test can delete)', + pageTitle: 'Sign In', }, loginPageHtml: { bottomHtmlRegionEnabled: false,