Skip to content

Commit

Permalink
fix(authstudies): SJIP-906 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleA committed Jan 20, 2025
1 parent 502a557 commit 95a19bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,12 +748,12 @@ const en = {
connectedNotice:
'You have access to the following INCLUDE controlled data through your NIH credentials.',
disconnectedNotice:
'Access INCLUDE controlled-access data by connecting your account using your NIH Credentials',
'Access INCLUDE controlled-access data by connecting your account using your NIH Credentials.',
disconnect: 'Disconnect',
noAvailableStudies: 'No available studies',
authorization: 'Authorization',
of: 'of',
files: 'Files',
files: 'files',
dataGroups: 'Data use groups:',
infoPopover: {
title: 'Accessing Data',
Expand Down
4 changes: 2 additions & 2 deletions src/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,12 @@ const fr = {
connectedNotice:
'You have access to the following INCLUDE controlled data through your NIH credentials.',
disconnectedNotice:
'Access INCLUDE controlled-access data by connecting your account using your NIH Credentials',
'Access INCLUDE controlled-access data by connecting your account using your NIH Credentials.',
disconnect: 'Disconnect',
noAvailableStudies: 'No available studies',
authorization: 'Authorization',
of: 'of',
files: 'Files',
files: 'files',
dataGroups: 'Data use groups: {groups}',
infoPopover: {
title: 'Accessing Data',
Expand Down

0 comments on commit 95a19bc

Please sign in to comment.