diff options
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r-- | ogcp/templates/actions/client_details.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 8d869f8..4b83c21 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -19,11 +19,11 @@ <table class="table"> <tbody class="text-center"> <tr> - <th>Partition</th> - <th>Type</th> - <th>Filesytem</th> - <th>Size (MB)</th> - <th>Image</th> + <th>{{_('Partition')}}</th> + <th>{{_('Type')}}</th> + <th>{{_('Filesystem')}}</th> + <th>{{_('Size')}} (MB)</th> + <th>{{_('Image')}}</th> <th colspan="2"></th> </tr> </tbody> |