diff --git a/apps/web/components/getting-started/steps-views/UserProfile.tsx b/apps/web/components/getting-started/steps-views/UserProfile.tsx index 018df639b7..8c6d2382c0 100644 --- a/apps/web/components/getting-started/steps-views/UserProfile.tsx +++ b/apps/web/components/getting-started/steps-views/UserProfile.tsx @@ -149,7 +149,7 @@ const UserProfile = (props: IUserProfile) => { }} /> {errors.bio && ( -

+

{t("required")}

)} diff --git a/apps/web/components/getting-started/steps-views/UserSettings.tsx b/apps/web/components/getting-started/steps-views/UserSettings.tsx index 214060fa99..f55dc32a04 100644 --- a/apps/web/components/getting-started/steps-views/UserSettings.tsx +++ b/apps/web/components/getting-started/steps-views/UserSettings.tsx @@ -85,7 +85,7 @@ const UserSettings = (props: IUserSettingsProps) => { className="w-full rounded-md border border-gray-300 text-sm" /> {errors.name && ( -

+

{t("required")}

)}