summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/volumes/volumes/tables.py')
-rw-r--r--openstack_dashboard/dashboards/project/volumes/volumes/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/project/volumes/volumes/tables.py b/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
index cd6b62b0d..756e8dd57 100644
--- a/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
+++ b/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
@@ -303,7 +303,7 @@ class UpdateRow(tables.Row):
def get_size(volume):
- return _("%sGB") % volume.size
+ return _("%sGiB") % volume.size
def get_attachment_name(request, attachment):