Open up for super early adopters.
Change-Id: I1009d2b3d276bad93c1f017cda23ae062fe88860
diff --git a/core/installer/welcome/static/launcher.js b/core/installer/welcome/static/launcher.js
index b8c2ae5..a1a88e9 100644
--- a/core/installer/welcome/static/launcher.js
+++ b/core/installer/welcome/static/launcher.js
@@ -1,4 +1,6 @@
document.addEventListener("DOMContentLoaded", function () {
+ document.querySelector('iframe').contentDocument.write("Welcome to the dodo: application launcher, think of it as your desktop environment. You can launch applications from left-hand side dock. You should setup VPN clients on your devices, so you can install applications from Application Manager and access your private network. Instructions on how to do that can be viewed by clicking <b>Help</b> button after hovering over <b>Headscale</b> icon in the dock.");
+
function showTooltip(obj) {
// obj.style.display = 'flex';
obj.style.visibility = 'visible';