Skip to content

Commit

Permalink
Update redirect page to say "access the submission portal" not "submi…
Browse files Browse the repository at this point in the history
…t data" (#2201)

To suggest you can potentially do more than just submit (revise, etc.)
  • Loading branch information
theosanderson authored Jun 29, 2024
1 parent 3fb3418 commit 7be72f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/organism-selector/[redirectTo].astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const accessToken = getAccessToken(Astro.locals.session)!;
const groupsResult = await GroupManagementClient.create().getGroupsOfUser(accessToken);
const purposes: { [key: string]: string } = {
submission: 'to submit data',
submission: 'to access the submission portal',
search: 'to browse data',
};
Expand Down

0 comments on commit 7be72f5

Please sign in to comment.