diff --git a/src/views/system.html b/src/views/system.html
index b272efd0e..2c6f6c159 100644
--- a/src/views/system.html
+++ b/src/views/system.html
@@ -84,6 +84,7 @@
{{ content.label || content.id }}
+
{{ content.id }}
{{ content.app.label || content.app.fqdn }}
{{ 'system.diskUsage.uninstalledApp' | tr }}
diff --git a/src/views/system.js b/src/views/system.js
index 8a24237ea..d95e90f8b 100644
--- a/src/views/system.js
+++ b/src/views/system.js
@@ -102,7 +102,7 @@ angular.module('Application').controller('SystemController', ['$scope', '$locati
if ($scope.disks.disks[0] === disk) { // the root mount point is the first disk. keep this 'contains' in the end
disk.contents.push({
type: 'standard',
- label: 'Everything else (Ubuntu, Swap, etc)',
+ label: 'Everything else (Ubuntu, etc)',
id: 'other',
color: '#555555',
usage: usageOther