Skip to content

Commit

Permalink
Rename Account -> My account per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 26, 2024
1 parent 61483d1 commit 922e5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function topNavigationItems(organism: string | undefined, isLoggedIn: boolean) {
path: routes.organismSelectorPage('submit'),
},
{
text: isLoggedIn ? 'Account' : 'Login',
text: isLoggedIn ? 'My account' : 'Login',
path: routes.userOverviewPage(),
},
{
Expand All @@ -211,7 +211,7 @@ function topNavigationItems(organism: string | undefined, isLoggedIn: boolean) {
path: routes.revisePage(organism),
},
{
text: isLoggedIn ? 'Account' : 'Login',
text: isLoggedIn ? 'My account' : 'Login',
path: routes.userOverviewPage(organism),
},
{
Expand Down

0 comments on commit 922e5a4

Please sign in to comment.