diff --git a/mistraldashboard/workbooks/templates/workbooks/_select_definition.html b/mistraldashboard/workbooks/templates/workbooks/_select_definition.html index 8e1bc85..6b2984f 100644 --- a/mistraldashboard/workbooks/templates/workbooks/_select_definition.html +++ b/mistraldashboard/workbooks/templates/workbooks/_select_definition.html @@ -4,4 +4,10 @@ {% block modal-body-right %}
{% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}
++ {% trans "Refer"%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +
{% endblock %} diff --git a/mistraldashboard/workflows/templates/workflows/_select_definition.html b/mistraldashboard/workflows/templates/workflows/_select_definition.html index 6a97d9d..b5a323f 100644 --- a/mistraldashboard/workflows/templates/workflows/_select_definition.html +++ b/mistraldashboard/workflows/templates/workflows/_select_definition.html @@ -4,4 +4,10 @@ {% block modal-body-right %}{% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}
++ {% trans "Refer "%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +
{% endblock %}