diff --git a/app/ui.js b/app/ui.js index 00628c72..f27dfe28 100644 --- a/app/ui.js +++ b/app/ui.js @@ -66,7 +66,7 @@ const UI = { // insecure context if (!window.isSecureContext) { // FIXME: This gets hidden when connecting - UI.showStatus(_("HTTPS is required for full functionality"), 'error'); + UI.showStatus(_("Running without HTTPS is not recommended, crashes or other issues are likely."), 'error'); } // Try to fetch version number