submit buttons wording

This commit is contained in:
Éloi Rivard 2023-04-27 19:26:01 +02:00
parent 0234c5945a
commit 0a500407b6
3 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@
{% if not edited_group %}
{% trans %}Create group{% endtrans %}
{% else %}
{% trans %}Submit{% endtrans %}
{% trans %}Edit{% endtrans %}
{% endif %}
</button>
</div>

View file

@ -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 %}

View file

@ -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>