diff --git a/src/js/index.js b/src/js/index.js index 3407e5cbc..d4fdb19db 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -328,8 +328,8 @@ app.filter('installationStateLabel', function () { case ISTATES.PENDING_UPDATE: return 'Updating' + waiting; case ISTATES.PENDING_BACKUP: return 'Backing up' + waiting; case ISTATES.ERROR: { - if (app.error && app.error.message === 'ETRYAGAIN') return 'DNS Error' + (user.admin ? ' - Click to Repair' : ''); - return 'Error' + (user.admin ? ' - Click to Repair' : ''); + if (app.error && app.error.message === 'ETRYAGAIN') return 'DNS Error'; + return 'Error'; } case ISTATES.INSTALLED: { if (app.debugMode) { diff --git a/src/views/apps.html b/src/views/apps.html index 9df5c0763..084f7b487 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -30,25 +30,6 @@ - - -