Skip to content
Snippets Groups Projects
Commit 46481fe3 authored by AUBRY JEAN-PASCAL's avatar AUBRY JEAN-PASCAL
Browse files

fix: update Electron warning message

Refs #641
parent a854ebb8
No related branches found
No related tags found
Loading
Pipeline #247311 passed
379-rugofond-ajouter-un-avertissement-sur-les-lignes-d-eau-trop-elevees
develop
\ No newline at end of file
......@@ -135,7 +135,8 @@ const lookForUpdates = function() {
}
let notif = new Notification({
title: `Cassiopee version ${data.latest} is available`,
body: `The desktop distribution of Cassiopeia will no longer be updated in 2024. You are invited to use the progressive web app Cassiopée instead. Click to download update installer.`,
body: `La version ${data.latest} de Cassiopée est disponible mais l'application "desktop" que vous utilisez n'est plus maintenue. Pour bénéficier des dernières fonctionnalités de Cassiopée, vous êtes invités à utiliser la distribution PWA en suivant la procédure suivante: https://cassiopee.g-eau.fr/assets/docs/fr/general/installation.html \n\n` +
`Version ${data.latest} of Cassiopée is available but the desktop application you are using is no longer maintained. To take advantage of the latest Cassiopée features, you are invited to use the PWA distribution by following the procedure below: https://cassiopee.g-eau.fr/assets/docs/en/general/installation.html`,
icon: nativeImage.createFromPath(iconPath) // @see https://github.com/electron/electron/issues/24221
});
notif.addListener("click", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment