| commit | 56f86a481e4ac0be5548c8337ea85c1af0561462 | [log] [tgz] |
|---|---|---|
| author | Davit Tabidze <davidtabidzef1@gmail.com> | Tue Apr 09 19:15:25 2024 +0400 |
| committer | Davit Tabidze <davidtabidzef1@gmail.com> | Tue Apr 30 16:06:33 2024 +0400 |
| tree | ef0c0dc4fa769504e723e7a9ac088cbf35e353e6 | |
| parent | 207ce086a9a3600969d74727e2292d8363b9d50c [diff] [blame] |
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>