From d24e09199b0a71337fced280f5b6150e601482cf Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa
Date: Mon, 10 Apr 2017 09:56:39 +0530
Subject: [PATCH] disks: Minor fixes for partition expansion button
Signed-off-by: Sunil Mohan Adapa
---
plinth/modules/disks/templates/disks.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
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 %}