forked from Github-Mirrors/canaille
submit buttons wording
This commit is contained in:
parent
0234c5945a
commit
0a500407b6
3 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@
|
|||
{% if not edited_group %}
|
||||
{% trans %}Create group{% endtrans %}
|
||||
{% else %}
|
||||
{% trans %}Submit{% endtrans %}
|
||||
{% trans %}Edit{% endtrans %}
|
||||
{% endif %}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -36,6 +36,6 @@
|
|||
{% trans %}Add a client{% endtrans %}
|
||||
</h2>
|
||||
|
||||
{{ fui.render_form(form, _("Confirm"), csrf=false) }}
|
||||
{{ fui.render_form(form, _("Create"), csrf=false) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
<div class="ui right aligned container">
|
||||
<div class="ui stackable buttons">
|
||||
<button type="submit" class="ui right floated primary button" name="action" value="edit" id="edit">
|
||||
{{ _("Submit") }}
|
||||
{{ _("Edit") }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue