diff --git a/main.js b/main.js
index bdd10ff5aaea012500fce4a4c791f9a826b47406..edc7e24877cd39c942cb0ac8c1f4224d741d6cb9 100644
--- a/main.js
+++ b/main.js
@@ -135,7 +135,7 @@ const lookForUpdates = function() {
                             }
                             let notif = new Notification({
                                 title: `Cassiopee version ${data.latest} is available`,
-                                body: `Click to download update installer`,
+                                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.`,
                                 icon: nativeImage.createFromPath(iconPath) // @see https://github.com/electron/electron/issues/24221
                             });
                             notif.addListener("click", () => {