Launcher: take app information from AppManager

Change-Id: I0dedd5a710adc4810feb9210b903655a3d2f5533
diff --git a/core/installer/welcome/create-account-success.html b/core/installer/welcome/create-account-success.html
index 7432da3..2872a43 100644
--- a/core/installer/welcome/create-account-success.html
+++ b/core/installer/welcome/create-account-success.html
@@ -10,7 +10,7 @@
         <main class="container">
             <div>
                 <p>Your account has been successfully created.</p>
-                <p>Click <a href="{{ .LoginAddr }}">here</a> to authenticate.</p>
+                <p>Click <a href="{{ .LoginAddr }}">here</a> to open up the Launcher.</p>
             </div>
         </main>
     </body>