Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

refactor: update DefaultToNameSetting component to use 'profile name' terminology for clarity

yoginth.com 839533a5 9b7130ff

verified
+2 -2
+2 -2
apps/web/src/components/Settings/Pro/DefaultToNameSetting.tsx
··· 71 71 72 72 return ( 73 73 <ToggleWithHelper 74 - description="Show display names instead of usernames across the feeds in Hey" 74 + description="Show profile name instead of username across the feeds" 75 75 disabled={isSubmitting} 76 - heading="Prefer display names" 76 + heading="Prefer profile name" 77 77 on={currentAccount?.preferNameInFeed} 78 78 setOn={togglePreferName} 79 79 />