Skip to content

Commit

Permalink
commit 28 nov 12h05
Browse files Browse the repository at this point in the history
  • Loading branch information
bturcotte committed Nov 28, 2024
1 parent 2e5e339 commit 5517321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Pages/Submissions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Submissions extends FormClassTemplate {
obligatoires, vous pouvez soumettre vos métadonnées pour
validation en cliquant sur l’icône « soumettre pour
validation ». Vos métadonnées seront publiées lorsqu’elles
auront été validées et approuvées par un professionel du{" "}
auront été validées et approuvées par un professionel de l'{" "}
{regions[region].title[language]}.
</Fr>
</I18n>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Tabs/StartTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ const StartTab = ({ disabled, record, updateRecord, handleUpdateRecord, userID }
optionLabels={

<I18n
en={['Oceanographic', 'Biological', 'Other']}
fr={['Océanographique', 'Biologique', 'Autre']}
en={["Oceanographic", "Biological", "Other"]}
fr={["Océanographique", "Biologique", "Autre"]}
/>
}
disabled={disabled}
Expand Down

0 comments on commit 5517321

Please sign in to comment.