diff options
Diffstat (limited to 'www/templates/first-use.html')
| -rw-r--r-- | www/templates/first-use.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index f9fb050c..c0553333 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -1,4 +1,4 @@ -<ion-view view-title="zmNinja" hide-nav-bar="true" hide-back-button="true" cache-view="false"> +<ion-view view-title="{{$root.appName}}" hide-nav-bar="true" hide-back-button="true" cache-view="false"> <ion-content class="pin-background"> <div style="margin-left:20px; margin-right:20px"> <center> @@ -13,8 +13,9 @@ <span style="color:white"> <h2 style="color:white" >Hi There!</h2> <br/> - <h4 style="color:white">Thanks for using zmNinja. <br/><br/> - I need to know your ZoneMinder login and path details to get started.</h4> + <h4 style="color:white">{{'kThanksForUsing' | translate}} {{$root.appName}}. <br/><br/> + {{'kNeedToKnow' | translate}} + </h4> <br/> </span> @@ -23,11 +24,12 @@ <button class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> - Wizard + {{'kWizard' | translate}} </button> <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> - Expert + {{'kExpert' | translate }} + </button> </div> |
