diff --git a/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx b/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx index da811b4db8..351f09242b 100644 --- a/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx +++ b/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx @@ -280,7 +280,7 @@ const PremiumTextfield = (props: ICustomUsernameProps) => {

{t("current_username")}

-

+

{currentUsername}

@@ -288,7 +288,7 @@ const PremiumTextfield = (props: ICustomUsernameProps) => {

{t("new_username")}

-

{inputUsernameValue}

+

{inputUsernameValue}

diff --git a/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx b/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx index bf6b0d2eb5..2eab59a02a 100644 --- a/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx +++ b/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx @@ -164,7 +164,7 @@ const UsernameTextfield = (props: ICustomUsernameProps & Partial{t("current_username")}

{currentUsername}

@@ -175,7 +175,7 @@ const UsernameTextfield = (props: ICustomUsernameProps & Partial -

+

{inputUsernameValue}