mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +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">
|
||||
<span class="icon icon-spinner" aria-hidden="true"></span>
|
||||
{% if draft %}
|
||||
<span>{% trans "Save" %}</span>
|
||||
<span>{% trans "Update" %}</span>
|
||||
{% else %}
|
||||
<span>{% trans "Post" %}</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue