summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/instances/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/instances/tables.py')
-rw-r--r--openstack_dashboard/dashboards/admin/instances/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/instances/tables.py b/openstack_dashboard/dashboards/admin/instances/tables.py
index 5c2afa596..6e7504748 100644
--- a/openstack_dashboard/dashboards/admin/instances/tables.py
+++ b/openstack_dashboard/dashboards/admin/instances/tables.py
@@ -149,7 +149,7 @@ class AdminInstancesTable(tables.DataTable):
filters=(title, filters.replace_underscores),
verbose_name=_("Power State"))
created = tables.Column("created",
- verbose_name=_("Uptime"),
+ verbose_name=_("Time since created"),
filters=(filters.parse_isotime,
filters.timesince_sortable),
attrs={'data-type': 'timesince'})