diff --git a/murano/api/v1/templates.py b/murano/api/v1/templates.py index 7a3768320..131ac40eb 100644 --- a/murano/api/v1/templates.py +++ b/murano/api/v1/templates.py @@ -249,7 +249,7 @@ class Controller(object): env_template_id, request.context.tenant, body['name'], is_public) except db_exc.DBDuplicateEntry: - msg = _('Environment with specified name already exists') + msg = _('Env template with specified name already exists') LOG.error(msg) raise exc.HTTPConflict(explanation=msg)