mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
Change wording from 'Save' to 'Update'
I think this wording is more clear.
This commit is contained in:
parent
9cd599dee3
commit
c721e17aa0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<button class="button is-link" type="submit">
|
<button class="button is-link" type="submit">
|
||||||
<span class="icon icon-spinner" aria-hidden="true"></span>
|
<span class="icon icon-spinner" aria-hidden="true"></span>
|
||||||
{% if draft %}
|
{% if draft %}
|
||||||
<span>{% trans "Save" %}</span>
|
<span>{% trans "Update" %}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span>{% trans "Post" %}</span>
|
<span>{% trans "Post" %}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue