Fix small mistakes in phrase

tenant replaced to project
Change-Id: Iefa611cbffedd89eb882daedd910e16755bece0e
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025年08月17日 23:29:03 +00:00
parent c1b2ffbd02
commit deae0c3bb0

View File

@@ -39,7 +39,7 @@ class IndexView(project_views.IndexView):
return api.keystone.tenant_get(self.request, id).name
except Exception:
msg = _("Unable to retrieve information about the "
"tenant %s") % id
"project %s") % id
exceptions.handle(self.request, msg)
def get_data(self):
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.