Merge "Change package to category in DeleteCategory error message"
This commit is contained in:
commit
aec9606272
@ -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)
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user