diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-01-10 08:25:09 +0530 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-01-10 08:25:09 +0530 |
| commit | a3356b18a42de1ce5891a6edd591d0602bddbd9c (patch) | |
| tree | e43f231f5821c3bc0fabba92501e288d9a18e9e9 /www | |
| parent | 2fd72fb3601e759b4c350111de3d0c48bcdc6657 (diff) | |
spacing
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/app.js | 2 |
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' |
