summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-27 14:24:59 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-28 08:43:34 +0200
commit5fba469f7a3a3d69c77488f9a208c0044b6a2027 (patch)
treec345797ed02987257bebbe3b27026d1413b8eb2f
parent0c0df4288e5cb15c593df15b9439badb092685ed (diff)
templates: replace start session with boot OS
Update the header in the BootOS view to better fit the purpose of the operation.
-rw-r--r--ogcp/templates/actions/session.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/session.html b/ogcp/templates/actions/session.html
index bd7ac95..3a39a10 100644
--- a/ogcp/templates/actions/session.html
+++ b/ogcp/templates/actions/session.html
@@ -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) }}