summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/setup.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/setup.html')
-rw-r--r--ogcp/templates/actions/setup.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html
index 559be84..5dd3528 100644
--- a/ogcp/templates/actions/setup.html
+++ b/ogcp/templates/actions/setup.html
@@ -13,8 +13,8 @@
<table class="table">
<thead class="text-center">
<tr>
- <th>Partition Table Type</th>
- <th>Total Disk Size (MB)</th>
+ <th>{{ _('Partition Table Type') }}</th>
+ <th>{{ _('Total Disk Size') }} (MB)</th>
</tr>
</thead>
@@ -29,11 +29,11 @@
<table class="table">
<thead class="text-center">
<tr>
- <th>Partition</th>
- <th>Type</th>
- <th>Filesytem</th>
- <th>Size (MB)</th>
- <th>Format?</th>
+ <th>{{ _('Partition') }}</th>
+ <th>{{ _('Type') }}</th>
+ <th>{{ _('Filesystem') }}</th>
+ <th>{{ _('Size') }} (MB)</th>
+ <th>{{ _('Format?') }}</th>
<th colspan="2"></th>
</tr>
</thead>