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

Partition expansion

+

{% trans "Partition Expansion" %}

{% if expandable_root_size %}

{% blocktrans trimmed %} @@ -85,7 +85,8 @@ {% endblocktrans %}

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

{% else %} @@ -96,7 +97,8 @@ {% endblocktrans %}

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

{% endif %}