Remove label about free trial

This commit is contained in:
Johannes Zellner
2018-05-24 15:23:33 +02:00
parent 7fff55a1ed
commit 2d820a3005

View File

@@ -191,14 +191,10 @@
<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: 25px;">
<p>Get started with a 14-day free trial, no credit card required</p>
<div class="col-md-12 text-center" style="margin-top: 15px; margin-bottom: 15px;">
<p>This account will provide you access to the Cloudron App Store.</p>
</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">
@@ -241,7 +237,7 @@
<center>
<button type="submit" class="btn btn-lg btn-success" ng-disabled="appstoreLoginForm.$invalid || appstoreLogin.busy || !appstoreLogin.termsAccepted">
<i class="fa fa-circle-o-notch fa-spin" ng-show="appstoreLogin.busy"></i> <span ng-hide="appstoreLogin.register">Login</span><span ng-show="appstoreLogin.register">Sign up for free</span>
<i class="fa fa-circle-o-notch fa-spin" ng-show="appstoreLogin.busy"></i> <span ng-hide="appstoreLogin.register">Login</span><span ng-show="appstoreLogin.register">Sign up</span>
</button>
<br/>