diff --git a/misc/category_number_one/validation-text/validation-text.bpmn b/misc/category_number_one/validation-text/validation-text.bpmn index 3e94355a..8fbb4687 100644 --- a/misc/category_number_one/validation-text/validation-text.bpmn +++ b/misc/category_number_one/validation-text/validation-text.bpmn @@ -31,13 +31,13 @@ if val_list_cnt == 1: {{ single_validation }} {% else %} {% if is_num_in_name %} -- Numbers are not allowed in the Submitter's Name + - Numbers are not allowed in the Submitter's Name {% endif %} {% if is_decimal_cnt %} -- The involce amount must not have more than two decimal places + - The involce amount must not have more than two decimal places {% endif %} {% if is_due_date_after %} -- The invoice due date must be after today's date. + - The invoice due date must be after today's date. {% endif %} {% endif %}