Improve wording of wizard

This commit is contained in:
Girish Ramakrishnan
2015-07-28 23:09:06 -07:00
parent ad3392ef2e
commit 9e0611f6d8
3 changed files with 8 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
<center>
<h1>Welcome to your Cloudron</h1>
<h1>Welcome to your Cloudron!</h1>
<br/>
<h3 class="">This is your <b>{{ wizard.hostname }}</b> and all your apps will be installed under this domain.</h3>
<h3 class="">Let's personalize it a bit before you can install apps.</h3>
<br/>
<br/>
<a class="btn btn-primary" href="#/step2" autofocus>Forward</a>
<a class="btn btn-primary" href="#/step2" autofocus>Next</a>
</center>

View File

@@ -1,8 +1,9 @@
<div class="row">
<div class="col-md-12 text-center">
<h1>Personalize your Cloudron</h1>
<h1>Select an avatar and name for your Cloudron</h1>
<hr/>
<h4 class="">
Make it truly yours, by giving your Cloudron an avatar and name.
We use these for display purposes. You can always change it later.
</h4>
</div>
</div>

View File

@@ -1,8 +1,8 @@
<div class="row">
<div class="col-md-12 text-center">
<h1>Create an Administrator for <b>{{ wizard.name }}</b>, your Cloudron</h1>
<h1>Create an Administrator for <b>{{ wizard.name }}</b></h1>
<h4 class="">
You can create more users once we are done here.
This admin account is separate from your <a href="https://cloudron.io">cloudron.io</a> account.
</h4>
</div>
</div>