Merge "Change the Next button to Validate"

This commit is contained in:
Jenkins 2017-04-19 09:51:30 +00:00 committed by Gerrit Code Review
commit 71223efc9d
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ class SelectDefinitionView(forms.ModalFormView):
modal_header = _("Create Workbook")
form_id = "select_definition"
form_class = mistral_forms.DefinitionForm
submit_label = _("Next")
submit_label = _("Validate")
submit_url = reverse_lazy("horizon:mistral:workbooks:select_definition")
success_url = reverse_lazy('horizon:mistral:workbooks:create')
page_title = _("Select Definition")

View File

@ -115,7 +115,7 @@ class SelectDefinitionView(forms.ModalFormView):
modal_header = _("Create Workflow")
form_id = "select_definition"
form_class = workflow_forms.DefinitionForm
submit_label = _("Next")
submit_label = _("Validate")
submit_url = reverse_lazy("horizon:mistral:workflows:select_definition")
success_url = reverse_lazy('horizon:mistral:workflows:create')
page_title = _("Select Definition")