This commit is contained in:
Girish Ramakrishnan
2016-05-09 23:58:35 -07:00
parent 83a28afc8f
commit 517b36b3f0

View File

@@ -62,7 +62,7 @@
<div class="welcome" ng-show="tutorialSteps[tutorialStep]">
<div class="dialog" ng-show="tutorialSteps[tutorialStep].title === 'intro'">
<h2>Welcome {{ user.username }}</h2>
<p>This page is the administration page of your Cloudron. It shows your installed apps.</p>
<p>This is the administration page of your Cloudron. It shows your installed apps.</p>
<br/>
<button class="btn btn-default pull-left" ng-click="endTutorial();">Skip</button>
<button class="btn btn-success pull-right" ng-click="nextTutorialStep();">Next: <b>Cloudron Store</b></button>