diff --git a/mistraldashboard/actions/templates/actions/_create.html b/mistraldashboard/actions/templates/actions/_create.html index 59152ba..c6e40d1 100644 --- a/mistraldashboard/actions/templates/actions/_create.html +++ b/mistraldashboard/actions/templates/actions/_create.html @@ -3,5 +3,11 @@ {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

-

{% trans "Create a new action with the provided definition." %}

+

{% trans "Use one of the available definition source options to specify the definition to be used in creating this action." %}

+

+ {% trans "Refer"%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +

{% endblock %} diff --git a/mistraldashboard/actions/templates/actions/_update.html b/mistraldashboard/actions/templates/actions/_update.html index fc4a7d4..17db56f 100644 --- a/mistraldashboard/actions/templates/actions/_update.html +++ b/mistraldashboard/actions/templates/actions/_update.html @@ -3,5 +3,11 @@ {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

-

{% trans "Update action with the provided definition." %}

+

{% trans "Use one of the available definition source options to specify the definition to be used in updating this action." %}

+

+ {% trans "Refer"%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +

{% endblock %}