diff --git a/apps/web/pages/getting-started/[[...step]].tsx b/apps/web/pages/getting-started/[[...step]].tsx index 1c53282b29..4f3ca94a2f 100644 --- a/apps/web/pages/getting-started/[[...step]].tsx +++ b/apps/web/pages/getting-started/[[...step]].tsx @@ -117,9 +117,7 @@ const OnboardingPage = (props: IOnboardingPageProps) => { } key={router.asPath}> - - {APP_NAME} - {t("getting_started")} - + {`${APP_NAME} - ${t("getting_started")}`}