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

@ -2,7 +2,7 @@
{% load i18n %}
{% block header %}
{% trans "Create New Shelf" %}
{% trans "Create Shelf" %}
{% endblock %}
{% block form %}
@ -19,7 +19,7 @@
{% include 'snippets/privacy_select.html' %}
</div>
<div class="control">
<button class="button is-primary" type="submit">{% trans "Create shelf" %}</button>
<button class="button is-primary" type="submit">{% trans "Create Shelf" %}</button>
</div>
</div>
</form>