Combine a couple very similar translation strings

plus a whitespace fix
This commit is contained in:
Mouse Reeve
2021-03-02 10:46:08 -08:00
parent 9f2e255f50
commit 549d8768a6
9 changed files with 100 additions and 119 deletions

View File

@ -14,7 +14,7 @@
</div>
{% if is_self %}
<div class="column is-narrow">
{% trans "Create new list" as button_text %}
{% trans "Create list" as button_text %}
{% include 'snippets/toggle/open_button.html' with controls_text="create-list" icon="plus" text=button_text %}
</div>
{% endif %}