Merge "Improve project name conflict message"

This commit is contained in:
Jenkins 2016-04-13 03:24:33 +00:00 committed by Gerrit Code Review
commit 89d294a87e
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class Manager(manager.Manager):
) % project['name']
else:
return _('it is not permitted to have two projects '
'within a domain with the same name : %s'
'with the same name in the same domain : %s'
) % project['name']
def create_project(self, project_id, project, initiator=None):