-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/add-dissconnect-to-user-menu
- Loading branch information
Showing
6 changed files
with
37 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +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', | ||
settings: 'Account Settings', | ||
myLists: 'My Lists', | ||
account: 'Account', | ||
profile: 'Profile', | ||
viewProfile: 'View Profile', | ||
signIn: 'Sign In', | ||
signOut: 'Log Out', | ||
guest: 'Guest', | ||
wallet: 'Manage Wallet', | ||
jumpIn: 'Jump In' | ||
viewProfile: 'View Profile' | ||
} as UserMenuI18N |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters