Skip to content

Commit

Permalink
feat: update error message for publishing sims
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Oct 16, 2024
1 parent 79f018b commit a669c64
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 a669c64

Please sign in to comment.