summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-01-10 08:25:09 +0530
committerPliable Pixels <pliablepixels@gmail.com>2019-01-10 08:25:09 +0530
commita3356b18a42de1ce5891a6edd591d0602bddbd9c (patch)
treee43f231f5821c3bc0fabba92501e288d9a18e9e9 /www
parent2fd72fb3601e759b4c350111de3d0c48bcdc6657 (diff)
spacing
Diffstat (limited to 'www')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 4a34679c..58edd268 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -915,7 +915,7 @@ angular.module('zmApp', [
$rootScope.isLoggedIn = true;
var contentBannerInstance = $ionicContentBanner.show({
- text: ['ZoneMinder' + $translate.instant('kAuthSuccess')],
+ text: ['ZoneMinder ' + $translate.instant('kAuthSuccess')],
interval: 2000,
type: 'info',
transition: 'vertical'