diff options
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r-- | ogcp/templates/actions/client_details.html | 2 | ||||
-rw-r--r-- | ogcp/templates/actions/setup.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 620d8eb..42b03c7 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -22,7 +22,7 @@ <th>{{_('Partition')}}</th> <th>{{_('Type')}}</th> <th>{{_('Filesystem')}}</th> - <th>{{_('Size')}} (MB)</th> + <th>{{_('Size')}} (MiB)</th> <th>{{_('Image')}}</th> <th colspan="2"></th> </tr> diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html index a81d67e..c64c676 100644 --- a/ogcp/templates/actions/setup.html +++ b/ogcp/templates/actions/setup.html @@ -20,7 +20,7 @@ <tr> <th>{{ _('Disk') }}</th> <th>{{ _('Partition Table Type') }}</th> - <th>{{ _('Total Disk Size') }} (MB)</th> + <th>{{ _('Total Disk Size') }} (MiB)</th> </tr> </thead> @@ -46,7 +46,7 @@ <th>{{ _('Partition') }}</th> <th>{{ _('Type') }}</th> <th>{{ _('Filesystem') }}</th> - <th>{{ _('Size') }} (MB)</th> + <th>{{ _('Size') }} (MiB)</th> <th colspan="2"></th> </tr> </thead> |