diff options
Diffstat (limited to 'ogcp/templates/commands.html')
-rw-r--r-- | ogcp/templates/commands.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html index 70c30ab..48630ea 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -76,7 +76,7 @@ {% endif %} <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') }}" + <input class="btn btn-light dropdown-item{% block nav_image_fetch %}{% endblock %}" type="submit" value="{{ _('Fetch image') }}" form="scopesForm" formaction="{{ url_for('action_image_fetch') }}" formmethod="get"> </div> </div> |