Skip to content

Commit

Permalink
feat: sort UserMenuI18N
Browse files Browse the repository at this point in the history
BREAKING CHANGE: rename functions in UserMenu props
  • Loading branch information
braianj committed May 21, 2024
1 parent 4f0d8bf commit 3d3116f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/UserMenu/UserMenu.i18n.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { UserMenuI18N } from './UserMenu.types'

export const i18n = {
account: 'Account Settings',
activity: 'Activity',
guest: 'Guest',
jumpIn: 'Jump In',
marketplaceAuthorizations: 'Marketplace Authorizations',
myAssets: 'My Assets',
myLists: 'My Lists',
account: 'Account Settings',
profile: 'Profile',
viewProfile: 'View Profile',
signIn: 'Sign In',
signOut: 'Log Out',
guest: 'Guest',
marketplaceAuthorizations: 'Marketplace Authorizations',
jumpIn: 'Jump In'
viewProfile: 'View Profile'
} as UserMenuI18N

0 comments on commit 3d3116f

Please sign in to comment.