Better text for app down eventlog item

This commit is contained in:
Johannes Zellner
2019-01-17 17:27:26 +01:00
parent 7342268eb8
commit 56191d0cd9
+1 -1
View File
@@ -474,7 +474,7 @@ app.filter('eventLogDetails', function() {
return source.app.manifest.title + ' ran out of memory';
case ACTION_APP_DOWN:
return 'App ' + data.appId + ' is not reachable';
return source.app.manifest.title + ' is not reachable';
case ACTION_BACKUP_START:
return 'Backup started';