Merge "Fix small mistakes in phrase"

This commit is contained in:
Zuul
2025年08月21日 13:17:50 +00:00
committed by Gerrit Code Review

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.