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:
1 changed files with 1 additions and 1 deletions
@@ -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
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.