diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-25 15:17:48 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-25 15:17:48 -0400 |
| commit | 5430d51b092a4a1cdf7f32233e38e5350995956c (patch) | |
| tree | b6539ba949e1f4876dda8863c94dbfc32adc642d /www/templates/first-use.html | |
| parent | e13fd67eb953e5f8cc1eb07992902de4cf05677d (diff) | |
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
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> |
