Add missing space
This commit is contained in:
@@ -3722,7 +3722,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
|
||||
case ACTION_APP_IMPORT:
|
||||
if (!data.app) return '';
|
||||
details = appName('', data.app, 'App') + 'was imported';
|
||||
details = appName('', data.app, 'App') + ' was imported';
|
||||
if (data.toManifest) details += ' to version ' + data.toManifest.version;
|
||||
if (data.remotePath) details += ' using backup at ' + data.remotePath;
|
||||
return details;
|
||||
|
||||
Reference in New Issue
Block a user