fix: holiday message reminder (#27654)

Minor grammatical change

(cherry picked from commit dafe99b6e2)

Co-authored-by: escix <preminik@preminik.com>
This commit is contained in:
Frappe PR Bot
2021-09-26 11:12:48 +05:30
committed by GitHub
parent e5a062ceb6
commit 08e24bd907

View File

@@ -11,6 +11,6 @@
{% endfor %} {% endfor %}
</ol> </ol>
{% else %} {% else %}
<p>You don't have no upcoming holidays this {{ frequency }}.</p> <p>You have no upcoming holidays this {{ frequency }}.</p>
{% endif %} {% endif %}
{% endif %} {% endif %}