Skip to content

Commit

Permalink
Merge pull request #1041 from InseeFr/feat/review-error-message
Browse files Browse the repository at this point in the history
feat: update error message for publishing sims
  • Loading branch information
PierreVasseur authored Oct 16, 2024
2 parents 79f018b + a669c64 commit 214f37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/deprecated-locales/dictionary/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ const messages = {
},
804: {
fr: () =>
'Vous ne pouvez pas publier une documentation Sims sans avoir publié au préalable l’objet qu’il documente. Merci de publier l’objet documenté.',
'Vous ne pouvez pas publier cet objet (rapport, opération ou indicateur) sans avoir publié l’objet auquel il est rattaché (opération ou indicateur, série)',
en: () =>
'You can not publish a Sims documentation without first publishing the object it documents. Please, publish the documented object.',
'You cannot publish this object (report, operation, or indicator) without first publishing the object it is attached to (operation or indicator, series)',
},
841: {
fr: () => 'La documentation Sims n’existe pas.',
Expand Down

0 comments on commit 214f37e

Please sign in to comment.