diff --git a/erpnext/templates/emails/holiday_reminder.html b/erpnext/templates/emails/holiday_reminder.html index e38d27bf8b..bbef6be672 100644 --- a/erpnext/templates/emails/holiday_reminder.html +++ b/erpnext/templates/emails/holiday_reminder.html @@ -11,6 +11,6 @@ {% endfor %} {% else %} -
You don't have no upcoming holidays this {{ frequency }}.
+You have no upcoming holidays this {{ frequency }}.
{% endif %} {% endif %}