templates: rename Edit client to Update client

Rename Client/Edit client menu in scopes management view to keep
the same naming pattern as the other menu elements.
master
Alejandro Sirgo Rica 2024-06-25 12:36:35 +02:00
parent 0ed9ecdae9
commit 25bb1ff73b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<input class="btn btn-light dropdown-item {% block nav_client_add %}{% endblock %}" type="submit" value="{{ _('Add client') }}"
form="scopesForm" formaction="{{ url_for('action_client_add') }}" formmethod="get">
<input class="btn btn-light dropdown-item {% block nav_client_update %}{% endblock %}" type="submit" value="{{ _('Edit client') }}"
<input class="btn btn-light dropdown-item {% block nav_client_update %}{% endblock %}" type="submit" value="{{ _('Update client') }}"
form="scopesForm" formaction="{{ url_for('action_client_update') }}" formmethod="get">
<input class="btn btn-light dropdown-item {% block nav_client_move %}{% endblock %}" type="submit" value="{{ _('Move client') }}"
form="scopesForm" formaction="{{ url_for('action_client_move') }}" formmethod="get">