Skip to content

Commit

Permalink
Merge pull request #2922 from tararoshan/wip-edit-post-and-save
Browse files Browse the repository at this point in the history
fix button text when editing posts

Resolves #2642
  • Loading branch information
hughrun authored Jul 31, 2023
2 parents 61283b3 + 390f61f commit c29ca5a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<div class="control">
<button class="button is-link" type="submit">
<span class="icon icon-spinner" aria-hidden="true"></span>
{% if draft %}
<span>{% trans "Update" %}</span>
{% else %}
<span>{% trans "Post" %}</span>
{% endif %}
</button>
</div>
</div>

0 comments on commit c29ca5a

Please sign in to comment.