From 78a26f947fba1af6b339567cb58e0f852d253137 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Fri, 30 Aug 2024 13:49:49 +0200 Subject: templates: use Fetch image as text for the Cache image button Use "Fetch image" as text for the button to access the view where the user selects images to add to cache. --- ogcp/templates/actions/cache_fetch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/cache_fetch.html') diff --git a/ogcp/templates/actions/cache_fetch.html b/ogcp/templates/actions/cache_fetch.html index c04d20b..6dbc031 100644 --- a/ogcp/templates/actions/cache_fetch.html +++ b/ogcp/templates/actions/cache_fetch.html @@ -12,7 +12,7 @@ {% set ip_list = form.ips.data.split(' ') %} {% set ip_count = ip_list | length %}

- {{ _('Cache image in %(ip_count)d computer(s)', ip_count=ip_count) }} + {{ _('Fetch image in %(ip_count)d computer(s)', ip_count=ip_count) }}

{{ macros.cmd_selected_clients(selected_clients) }} -- cgit v1.2.3-18-g5258