diff options
| -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' |
