From a3356b18a42de1ce5891a6edd591d0602bddbd9c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 10 Jan 2019 08:25:09 +0530 Subject: spacing --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') 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' -- cgit v1.2.3