Browse Source

fixed typo

master
Fr3deric 7 years ago
parent
commit
e905896362
  1. 2
      cashonly/templates/cashonly/usersettings.html

2
cashonly/templates/cashonly/usersettings.html

@ -32,7 +32,7 @@ $(document).ready(function() { @@ -32,7 +32,7 @@ $(document).ready(function() {
<div class="panel panel-default">
<div class="panel-heading">{% trans "Daily digest" %}</div>
<div class="panel-body">
<p>{% blocktrans %}The digest will be sent nightly, as long as there were transaction made in the past 24 hours.{% endblocktrans %}
<p>{% blocktrans %}The digest will be sent nightly, as long as there where transaction made in the past 24 hours.{% endblocktrans %}
<form action="{% url 'usersettings' %}settings/" method="post" class="forml" role="form">
{% csrf_token %}
{{ settings_form|bootstrap }}

Loading…
Cancel
Save