From 9ebf1895a9e0249410103883f3d04f3e1e76b9ce Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Mon, 27 Mar 2023 22:49:41 -0700 Subject: [PATCH] Add space at the end of the string to format it better --- www/js/intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/intro.js b/www/js/intro.js index 4cc310679..b853b2543 100644 --- a/www/js/intro.js +++ b/www/js/intro.js @@ -170,7 +170,7 @@ angular.module('emission.intro', ['emission.splash.startprefs', Logger.log("From QR code, extracted token "+extractedToken); $scope.login(extractedToken); } else { - $ionicPopup.alert({template: "invalid token format"+result.text}); + $ionicPopup.alert({template: "invalid token format "+result.text}); } }, function (error) {