summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/oglive.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/oglive.html')
-rw-r--r--ogcp/templates/actions/oglive.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ogcp/templates/actions/oglive.html b/ogcp/templates/actions/oglive.html
index 9a4467f..6b8e8b3 100644
--- a/ogcp/templates/actions/oglive.html
+++ b/ogcp/templates/actions/oglive.html
@@ -11,7 +11,9 @@
{% set ip_list = form.ips.data.split(' ') %}
{% set ip_count = ip_list | length %}
-<h1 class="m-5">Changing ogLive of {{ip_count}} {%if ip_count > 1%}computers{% else %}computer{% endif %}</h1>
+<h1 class="m-5">
+ {{ _('Changing ogLive of %(ip_count)d computer(s)', ip_count=ip_count) }}
+</h1>
{{ macros.cmd_selected_clients(selected_clients) }}