summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
commit5430d51b092a4a1cdf7f32233e38e5350995956c (patch)
treeb6539ba949e1f4876dda8863c94dbfc32adc642d /www/js/LoginCtrl.js
parente13fd67eb953e5f8cc1eb07992902de4cf05677d (diff)
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index 72fca590..d551743e 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -659,7 +659,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
$http.get(apiurl)
.success(function (data) {
- var loginStatus = "Please explore the menu and enjoy zmNinja!";
+ var loginStatus = "Please explore the menu and enjoy "+$rootScope.appName+"!";
EventServer.refresh();