From 62c24de5c4e7a334e7d6a90963ae1ccc4434d540 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 1 Apr 2020 18:39:05 -0700 Subject: [PATCH] don't say ubuntu https://forum.cloudron.io/topic/2228/what-type-area-of-data-makes-up-other-in-disk-usage/4 --- src/views/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system.js b/src/views/system.js index b595bbdbf..438588250 100644 --- a/src/views/system.js +++ b/src/views/system.js @@ -225,7 +225,7 @@ angular.module('Application').controller('SystemController', ['$scope', '$locati if (index === 0) { // the root mount point is the first disk disk.contains.push({ - label: 'Ubuntu', + label: 'Everything else (Ubuntu, Swap, ...)', id: 'other', color: '#27CE65', usage: usageOther