templates: replace start session with boot OS

Update the header in the BootOS view to better fit the purpose
of the operation.
master
Alejandro Sirgo Rica 2024-06-27 14:24:59 +02:00
parent 0c0df4288e
commit 5fba469f7a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{% set ip_list = form.ips.data.split(' ') %}
{% set ip_count = ip_list | length %}
<h2 class="mx-5 subhead-heading">
{{ _('Start %(ip_count)d client(s) session', ip_count=ip_count) }}
{{ _('Boot %(ip_count)d client(s) OS', ip_count=ip_count) }}
</h2>
{{ macros.cmd_selected_clients(selected_clients) }}