From 24684c7137b5b92fe419f4923024a464a210cc11 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Fri, 11 Apr 2025 16:57:36 +0000 Subject: [PATCH] Fix phrase in Create Snapshot Tenant updated to Project. Change-Id: If2f7d0774f05e79f6a8e27efdc4ba66a0f017af0 --- openstack_dashboard/dashboards/project/volumes/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/volumes/tables.py b/openstack_dashboard/dashboards/project/volumes/tables.py index 7da7c8643f..140fdb931b 100644 --- a/openstack_dashboard/dashboards/project/volumes/tables.py +++ b/openstack_dashboard/dashboards/project/volumes/tables.py @@ -225,7 +225,7 @@ class CreateSnapshot(VolumePolicyTargetMixin, tables.LinkAction): try: limits = api.cinder.tenant_absolute_limits(request) except Exception: - exceptions.handle(request, _('Unable to retrieve tenant limits.')) + exceptions.handle(request, _('Unable to retrieve project limits.')) limits = {} snapshots_available = (limits.get('maxTotalSnapshots', float("inf")) -