Skip to content

Commit

Permalink
fix: telechargement message
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Sep 14, 2023
1 parent 6349efb commit b972f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/middleware/versionCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = ({ headers: { version, platform } }, res, next) => {
inAppMessage: [
`Veuillez mettre à jour votre application\u00A0!`,
`Les fonctionnalités de cette nouvelle version sont\u00A0:
- Compatibilité de l 'historique des actions (seulement sur navigateur)`,
- Compatibilité de l 'historique des actions, consultations, traitements et dossier médical (seulement consultable sur navigateur)`,
[{ text: "Télécharger la dernière version", link: `https://mano-app.fabrique.social.gouv.fr/download?ts=${Date.now()}` }],
],
});
Expand Down

0 comments on commit b972f6f

Please sign in to comment.