diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 1583393..c35fa03 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -246,7 +246,7 @@ {% for item in svxothers %} {% if item.isSurvexBlock %} <a href="/survexfile/{{item.survexfile.path}}">{{item.survexfile.path|safe}}</a><br/>{% endif %} {% empty %} - <em>None found for this date, bit there should be..</em><br> + <em>None found for this date, but there should be..</em><br> {% endfor %} </span> {% else %} |