fix: admin/home: wrong message

Massimo Melina committed Apr 11, 2026 at 16:24 UTC dd62f4eae8ab07716868a8436a26dce4745c54cb
1 file changed +1 -1
admin/src/HomePage.ts
+1 -1
@@ -55,7 +55,7 @@ export default function HomePage() {
55 async onContextMenu(ev: any) {
56 ev.preventDefault()
57 if (!status.updatePossible)
58 - return alertDialog("Automatic update is only for binary versions", 'warning')
58 + return alertDialog("Automatic update is not support for your installation", 'warning')
59 const res = await promptDialog("Enter a link to the zip to install")
60 if (res)
61 await update(res)