diff --git a/src/components/common/AuthMode.tsx b/src/components/common/AuthMode.tsx index 231a2b1b..77e14ff2 100644 --- a/src/components/common/AuthMode.tsx +++ b/src/components/common/AuthMode.tsx @@ -41,7 +41,7 @@ export const AuthMode: Component = () => { type="submit" formaction={`/${lang}/login`} > - {t("pageTitles.signIn")} + {t("buttons.signInTitle")} diff --git a/src/components/common/MobileProfileBtn.tsx b/src/components/common/MobileProfileBtn.tsx index c2fc3296..d96fcac4 100644 --- a/src/components/common/MobileProfileBtn.tsx +++ b/src/components/common/MobileProfileBtn.tsx @@ -115,7 +115,7 @@ export const MobileProfileBtn = () => {
- {t("pageTitles.home")} + {t("buttons.home")}
{t("menus.contactUs")} diff --git a/src/components/common/ProfileBtn.tsx b/src/components/common/ProfileBtn.tsx index 4213e52b..7b959dcc 100644 --- a/src/components/common/ProfileBtn.tsx +++ b/src/components/common/ProfileBtn.tsx @@ -115,7 +115,7 @@ export const ProfileBtn = () => {
- {t("pageTitles.home")} + {t("buttons.home")}
{t("menus.contactUs")} diff --git a/src/components/common/SignUpButton.tsx b/src/components/common/SignUpButton.tsx index 5d669198..43fd5eec 100644 --- a/src/components/common/SignUpButton.tsx +++ b/src/components/common/SignUpButton.tsx @@ -16,7 +16,7 @@ export const SignUpBtn: Component = () => { return (
); diff --git a/src/components/common/cart/CartAuthMode.tsx b/src/components/common/cart/CartAuthMode.tsx index 7ec90756..fce01dbb 100644 --- a/src/components/common/cart/CartAuthMode.tsx +++ b/src/components/common/cart/CartAuthMode.tsx @@ -60,7 +60,7 @@ export const CartAuthMode: Component = (props) => { type="submit" formaction={`/${lang}/login`} > - {t("pageTitles.signIn")} + {t("buttons.signIn")}
diff --git a/src/components/home/Home.tsx b/src/components/home/Home.tsx index 6594fc8c..d724a481 100644 --- a/src/components/home/Home.tsx +++ b/src/components/home/Home.tsx @@ -120,9 +120,9 @@ export const Home: Component = (props) => {
-

+

{t("homePageText.becomeCreator")} -

+

{t("homePageText.clickToBecomeCreator")}

@@ -141,7 +141,7 @@ export const Home: Component = (props) => {