diff --git a/src/js/index.js b/src/js/index.js index e97cf3385..325655cd0 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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';