From 518e27a8cdb98470d580ae48ca57569db847cb08 Mon Sep 17 00:00:00 2001 From: Michal Tomka Date: Mon, 5 Aug 2024 14:33:59 +0200 Subject: [PATCH] change text constant --- storefront/components/Pages/NewPassword/NewPasswordContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storefront/components/Pages/NewPassword/NewPasswordContent.tsx b/storefront/components/Pages/NewPassword/NewPasswordContent.tsx index 290061982e..eaf301ec4a 100644 --- a/storefront/components/Pages/NewPassword/NewPasswordContent.tsx +++ b/storefront/components/Pages/NewPassword/NewPasswordContent.tsx @@ -103,7 +103,7 @@ export const NewPasswordContent: FC = ({ email, hash }) return ( -

{t('Login')}

+

{t('Set new password')}