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 %}
|
{% if not edited_group %}
|
||||||
{% trans %}Create group{% endtrans %}
|
{% trans %}Create group{% endtrans %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% trans %}Submit{% endtrans %}
|
{% trans %}Edit{% endtrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -36,6 +36,6 @@
|
||||||
{% trans %}Add a client{% endtrans %}
|
{% trans %}Add a client{% endtrans %}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{{ fui.render_form(form, _("Confirm"), csrf=false) }}
|
{{ fui.render_form(form, _("Create"), csrf=false) }}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -178,7 +178,7 @@
|
||||||
<div class="ui right aligned container">
|
<div class="ui right aligned container">
|
||||||
<div class="ui stackable buttons">
|
<div class="ui stackable buttons">
|
||||||
<button type="submit" class="ui right floated primary button" name="action" value="edit" id="edit">
|
<button type="submit" class="ui right floated primary button" name="action" value="edit" id="edit">
|
||||||
{{ _("Submit") }}
|
{{ _("Edit") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue