Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Looks Good

Co-authored-by: Vincent Auger <[email protected]>
Signed-off-by: Mathew E <[email protected]>
  • Loading branch information
MathewEm and vincentauger authored Nov 20, 2024
1 parent 1eca692 commit 6782771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
"working-title-text": "Enter to the manuscript's working title. You will be able to modify the title when you update this manuscript status to published.",
"functional-area-text": "In order to improve reporting on research outputs, please select the relevant functional area for this manuscript.",
"no-ogl-explanation": "Report Licensing",
"no-ogl-explanation-text-field-text": "DFO is committed to the \"Open by Design and by Default\" principle of Open Science, ensuring that all DFO publications are made available under the latest version of the \"Open Government Licence - Canada\" whenever possible. The Open Government Licence - Canada should not be applied if there are conflicting Licensing obligations.",
"no-ogl-explanation-text-field-text": "DFO is committed to the \"Open by Design and by Default\" principle of Open Science, ensuring that all DFO publications are made available under the latest version of the \"{url}\" whenever possible. The Open Government Licence - Canada should not be applied if there are conflicting Licensing obligations.",
"ogl-link": "Open Government Licence - Canada",
"apply_ogl": "Should this report be licensed under the Open Government Licence - Canada?",
"ogl-provide-explanation": "Since you answered \"No,\" please provide an explanation of why an Open Government License cannot be applied to your report."
Expand Down
2 changes: 1 addition & 1 deletion resources/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"upload-text": "Téléchargez la copie la plus récente de votre manuscrit au format PDF. \nCe fichier peut être mis à jour selon les besoins du demandeur, même après la soumission du manuscrit.",
"working-title-text": "Entrez le titre provisoir du manuscrit. \nVous pourrez modifier le titre lorsque vous mettrez à jour le statut de ce manuscrit à publié.",
"functional-area-text": "Afin d'améliorer les rapports sur les résultats de la recherche, veuillez sélectionner le domaine fonctionnel pertinent pour ce manuscrit.",
"no-ogl-explanation-text-field-text": "MPO s’engage envers le principe de « Ouvert par conception et par défaut » de la science ouverte, en s’assurant que toutes les publications du MPO soient mises à disposition sous la dernière version de la « Licence du gouvernement ouvert - Canada » dans la mesure du possible. La Licence du gouvernement ouvert - Canada ne doit pas être appliquée s’il existe des obligations de licence conflictuelles.",
"no-ogl-explanation-text-field-text": "MPO s’engage envers le principe de « Ouvert par conception et par défaut » de la science ouverte, en s’assurant que toutes les publications du MPO soient mises à disposition sous la dernière version de la « {url} » dans la mesure du possible. La Licence du gouvernement ouvert - Canada ne doit pas être appliquée s’il existe des obligations de licence conflictuelles.",
"ogl-link": "Licence du gouvernement ouvert – Canada",
"apply_ogl": "Ce rapport devrait-il être licencié sous la Licence du gouvernement ouvert - Canada ?",
"no-ogl-explanation": "Licence de rapport",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const generalSectionStatus = computed(() => {
return 'error'
if (manuscript.type === 'secondary') {
if (manuscript.no_ogl_explanation === '' && manuscript.apply_ogl)
if (manuscript.no_ogl_explanation === '' && !manuscript.apply_ogl)
return 'incomplete'
}
Expand Down

0 comments on commit 6782771

Please sign in to comment.