Merge "Replace names in comment and description"

This commit is contained in:
Jenkins 2016-06-21 13:38:03 +00:00 committed by Gerrit Code Review
commit 8f26e42488
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ def make_loader_cls():
# Here are cached some data calls to api; note that not every package attribute
# getter should be cached - only immutable ones could be safely cached. E.g.,
# it would be a mistake to cache Application Name because it is mutable and can
# be changed in Manage -> Package Definitions while cache is immutable (i.e. it
# be changed in Manage -> Packages while cache is immutable (i.e. it
# its contents are obtained from the api only the first time).
@cache.with_cache('ui', 'ui.yaml')
def get_app_ui(request, app_id):

View File

@ -22,7 +22,7 @@ class WorkflowManagementForm(object):
{'name': 'stay_at_the_catalog',
'initial': False,
'description': 'If checked, you will be returned to the '
'Application Catalog page. If not - to the '
'Catalog page. If not - to the '
'Environment page, where you can deploy'
' the application.',
'required': False,