Add description text during signup

This commit is contained in:
Girish Ramakrishnan
2018-03-13 10:59:15 -07:00
parent b9d6c8f8bb
commit 459cafdf56

View File

@@ -243,15 +243,23 @@
<!-- appstore login -->
<div ng-show="ready && !validAppstoreAccount" class="container card card-small appstore-login ng-cloak">
<div class="col-md-12 text-center">
<h1 ng-show="appstoreLogin.register">Sign up with Cloudron</h1>
<h1 ng-hide="appstoreLogin.register">Login to Cloudron</h1>
<h1 ng-show="appstoreLogin.register">Sign up with Cloudron.io</h1>
<h1 ng-hide="appstoreLogin.register">Login to Cloudron.io</h1>
</div>
<div class="col-md-12 text-center" style="margin-bottom: 10px;">
<div class="col-md-12 text-center">
<p>Free 14-day trial, no credit card required</p>
<br/>
</div>
<div class="col-md-12" style="margin-bottom: 10px;">
<small>
A Cloudron subscription provides access to the Cloudron App Store. This ensures you are running the latest version
and keeps your apps and server secure.
</small>
<small class="text-danger" ng-show="appstoreLogin.error.generic">{{ appstoreLogin.error.generic }}</small>
</div>
<div class="col-md-12">
<br/>
<form name="appstoreLoginForm" role="form" novalidate ng-submit="appstoreLogin.submit()" autocomplete="off">
<input type="password" style="display: none;">