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) }} 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 %} -