Minor rewording to better fit the free tier

This commit is contained in:
Johannes Zellner
2018-05-22 19:17:14 +02:00
parent 528be0e4c0
commit 63e16c9bb8

View File

@@ -192,7 +192,7 @@
<h1 ng-hide="appstoreLogin.register">Login to Cloudron.io</h1>
</div>
<div class="col-md-12 text-center" style="margin-bottom: 25px;">
<p>Free 14-day trial, no credit card required</p>
<p>Get started with a 14-day free trial, no credit card required</p>
</div>
<div class="col-md-12" style="margin-bottom: 10px;">
<small>
@@ -241,7 +241,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 trial</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 for free</span>
</button>
<br/>