mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-12 18:46:21 -05:00
Redesign: Change account menu link to "Edit profile" (#40265)
This commit is contained in:
@@ -73,10 +73,10 @@ export const NavigationAccountCardAndMenu: React.FC = () => {
|
||||
<FormattedMessage id='tabs_bar.more' defaultMessage='More' />
|
||||
</MenuTrigger>
|
||||
<MenuList placement='top' offset={8}>
|
||||
<MenuItemLink to={accountBasePath} icon={UserIcon}>
|
||||
<MenuItemLink to='/profile/edit' icon={UserIcon}>
|
||||
<FormattedMessage
|
||||
id='navigation_bar.profile'
|
||||
defaultMessage='Profile'
|
||||
id='account.edit_profile'
|
||||
defaultMessage='Edit profile'
|
||||
/>
|
||||
</MenuItemLink>
|
||||
<MenuItemLink as='a' href='/settings/preferences' icon={GearIcon}>
|
||||
|
||||
@@ -1003,7 +1003,6 @@
|
||||
"navigation_bar.powered_by_mastodon": "powered by {logo}Mastodon",
|
||||
"navigation_bar.preferences": "Preferences",
|
||||
"navigation_bar.privacy_and_reach": "Privacy and reach",
|
||||
"navigation_bar.profile": "Profile",
|
||||
"navigation_bar.search": "Search",
|
||||
"navigation_bar.search_trends": "Search / Trending",
|
||||
"navigation_bar.sign_out": "Sign out",
|
||||
|
||||
Reference in New Issue
Block a user