fix: holiday message reminder

Minor grammatical change
This commit is contained in:
escix 2021-09-26 15:39:13 +10:00 committed by GitHub
parent c8b9a55e96
commit dafe99b6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}