Small fixes for translation
This commit is contained in:
parent
2c2d7c4694
commit
01df4ad321
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue