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) {