diff --git a/plinth/modules/disks/templates/disks.html b/plinth/modules/disks/templates/disks.html index 8adca70c6..9f256e511 100644 --- a/plinth/modules/disks/templates/disks.html +++ b/plinth/modules/disks/templates/disks.html @@ -74,8 +74,8 @@ +

Partition expansion

{% if expandable_root_size %} -

Expandable Partition

{% blocktrans trimmed %} There is {{ expandable_root_size }} of unallocated space @@ -88,6 +88,17 @@ {% trans "Expand Root Partition" %}

+ {% else %} +

+ {% blocktrans trimmed %} + There is no unallocated space after your root partition. + There is no need to expand it. + {% endblocktrans %} +

+

+ + {% trans "Expand Root Partition" %} +

{% endif %} {% endblock %}