diff options
Diffstat (limited to 'ogcp/templates/actions/oglive.html')
-rw-r--r-- | ogcp/templates/actions/oglive.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/oglive.html b/ogcp/templates/actions/oglive.html index 6cfc523..9c9d48b 100644 --- a/ogcp/templates/actions/oglive.html +++ b/ogcp/templates/actions/oglive.html @@ -11,9 +11,9 @@ {% set ip_list = form.ips.data.split(' ') %} {% set ip_count = ip_list | length %} -<h1 class="m-5"> +<h2 class="mx-5 subhead-heading"> {{ _('Changing ogLive of %(ip_count)d computer(s)', ip_count=ip_count) }} -</h1> +</h2> {{ macros.cmd_selected_clients(selected_clients) }} |