Small fixes for translation

This commit is contained in:
Mouse Reeve
2021-03-02 09:25:45 -08:00
parent 2c2d7c4694
commit 01df4ad321
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<form class="dropdown-item pt-0 pb-0" name="delete-{{status.id}}" action="/delete-status/{{ status.id }}" method="post">
{% csrf_token %}
<button class="button is-danger is-light is-fullwidth is-small" type="submit">
{% trans "Delete post" %}
{% trans "Delete status" %}
</button>
</form>
</li>