Add missing space

This commit is contained in:
Johannes Zellner
2022-11-11 14:14:24 +01:00
parent ff87d28b20
commit df4b31c024

View File

@@ -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;