diff --git a/cashonly/templates/cashonly/usersettings.html b/cashonly/templates/cashonly/usersettings.html index baacf73..d1fa332 100644 --- a/cashonly/templates/cashonly/usersettings.html +++ b/cashonly/templates/cashonly/usersettings.html @@ -32,7 +32,7 @@ $(document).ready(function() {
{% trans "Daily digest" %}
-

{% blocktrans %}The digest will be sent nightly, as long as there were transaction made in the past 24 hours.{% endblocktrans %} +

{% blocktrans %}The digest will be sent nightly, as long as there where transaction made in the past 24 hours.{% endblocktrans %}

{% csrf_token %} {{ settings_form|bootstrap }}