templates: adjust capitalization in commands button

Use "Restore image" instead of "Restore Image" for consistency.
master
Alejandro Sirgo Rica 2024-08-08 14:28:21 +02:00
parent 844bc1e7c6
commit 4b105b96b5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<input class="btn btn-light dropdown-item {% block nav_image_update %}{% endblock %}" type="submit" value="{{ _('Update image') }}"
form="scopesForm" formaction="{{ url_for('action_image_update') }}" formmethod="get">
{% endif %}
<input class="btn btn-light dropdown-item{% block nav_image_restore %}{% endblock %}" type="submit" value="{{ _('Restore Image') }}"
<input class="btn btn-light dropdown-item{% block nav_image_restore %}{% endblock %}" type="submit" value="{{ _('Restore image') }}"
form="scopesForm" formaction="{{ url_for('action_image_restore') }}" formmethod="get">
<input class="btn btn-light dropdown-item{% block nav_image_fetch %}{% endblock %}" type="submit" value="{{ _('Cache image') }}"
form="scopesForm" formaction="{{ url_for('action_image_fetch') }}" formmethod="get">