Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #921 from Ferlab-Ste-Justine/fix/traductionMetadata
Browse files Browse the repository at this point in the history
fix: CLIN-826 traduire metadata
  • Loading branch information
claudia1296 authored Apr 8, 2022
2 parents a1a1afd + 519af71 commit a467853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const MetadataButton = ({ filename, taskId }: Props): React.ReactElement => {
}}
type="link"
>
Metadata
{intl.get('metadata')}
</Button>
);
};
Expand Down
1 change: 1 addition & 0 deletions client/src/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const en = {
'lang.fr.short': 'FR',
'message.error.generic': 'Failed performing action',
'message.success.generic': 'Successfully performed action',
'metadata': 'Metadata',
'navigation.main.searchPatient': 'Patient Search',
'parent': 'Parent',
'proband': 'Proband',
Expand Down
1 change: 1 addition & 0 deletions client/src/locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const fr = {
'lang.fr.short': 'FR',
'message.error.generic': 'Action échouée... ',
'message.success.generic': 'Action effectuée avec succès!',
'metadata': 'Métadonnées',
'navigation.main.searchPatient': 'Recherche de patient',
'parent': 'Parent',
'proband': 'Cas-index',
Expand Down

0 comments on commit a467853

Please sign in to comment.