diff --git a/apps/web/components/getting-started/steps-views/UserProfile.tsx b/apps/web/components/getting-started/steps-views/UserProfile.tsx index 7f7f96db04..1bea8b0632 100644 --- a/apps/web/components/getting-started/steps-views/UserProfile.tsx +++ b/apps/web/components/getting-started/steps-views/UserProfile.tsx @@ -102,8 +102,7 @@ const UserProfile = (props: IUserProfile) => { return (
-

{t("profile_picture")}

-
+
{user && } { { avatarRef.current.value = newAvatar; const nativeInputValueSetter = Object.getOwnPropertyDescriptor( diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 87b5aa6175..c8d458710b 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1127,6 +1127,7 @@ "removes_cal_branding": "Removes any Cal related brandings, i.e. 'Powered by Cal.'", "profile_picture": "Profile picture", "upload": "Upload", + "add_profile_photo": "Add profile photo", "web3": "Web3", "rainbow_token_gated": "This event type is token gated.", "rainbow_connect_wallet_gate": "Connect your wallet if you own <1>{{name}} (<3>{{symbol}}).",