fix translation

This commit is contained in:
bkfox
2020-05-30 15:57:17 +02:00
parent a6321de5d2
commit 46208a4bf7
5 changed files with 315 additions and 275 deletions

View File

@ -71,7 +71,7 @@ Context:
{% endfor %}
<div class="has-text-right">
<button type="reset" class="button is-danger">{% trans "Reset" %}</button>
<button type="submit" class="button is-success">{% trans "Comment" %}</button>
<button type="submit" class="button is-success">{% trans "Post comment" %}</button>
</div>
</form>
{% endif %}