From e905896362dc78b6a0a5c6e78e2f834aacfbd60c Mon Sep 17 00:00:00 2001 From: Frederic Date: Thu, 29 Jun 2017 22:12:43 +0200 Subject: [PATCH] fixed typo --- cashonly/templates/cashonly/usersettings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}