Merge "Change package to category in DeleteCategory error message"

This commit is contained in:
Jenkins 2015-09-17 05:02:12 +00:00 committed by Gerrit Code Review
commit aec9606272
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class DeleteCategory(tables.DeleteAction):
LOG.exception(_('Unable to delete category'))
url = reverse('horizon:murano:categories:index')
exceptions.handle(request,
_('Unable to remove package.'),
_('Unable to delete category.'),
redirect=url)

View File

@ -59,7 +59,7 @@ def is_app(wizard):
"""Check if we're uploading an application
Return true if uploading package is an application.
In that case, category selection from need to be shown.
In that case, category selection form need to be shown.
"""
step_data = wizard.storage.get_step_data('upload')
if step_data: