summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-08-08 14:28:21 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-08-09 10:01:52 +0200
commit4b105b96b5e3702a7bfca016a749901f58f303f9 (patch)
tree4208ebb30e173d4a518c52c23c7d01eab5db9a78 /ogcp
parent844bc1e7c677908063002b525f7996f0b0ea58f4 (diff)
templates: adjust capitalization in commands button
Use "Restore image" instead of "Restore Image" for consistency.
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index f8a32b0..70c30ab 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -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">