From 19756bfa1612fc6602a18bae3277da43b2cdd99c Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Tue, 25 Nov 2025 20:38:36 +0100 Subject: [PATCH] Web UI: touch up a few UI strings to read better --- python/web/src/templates/base.html | 4 ++-- python/web/src/templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/web/src/templates/base.html b/python/web/src/templates/base.html index 5f317a9211..37b0a8733a 100644 --- a/python/web/src/templates/base.html +++ b/python/web/src/templates/base.html @@ -101,7 +101,7 @@

{% if not is_root_page %} {% endif %}
- {{ _("Hardware and OS:") }} {{ env["running_env"]["env"] }} + {{ _("Hardware, OS:") }} {{ env["running_env"]["env"] }}
{{ _("Network Address:") }} {{ env["host"] }} ({{ env["ip_addr"] }}) diff --git a/python/web/src/templates/index.html b/python/web/src/templates/index.html index d1c9e518ac..489925be06 100644 --- a/python/web/src/templates/index.html +++ b/python/web/src/templates/index.html @@ -27,7 +27,7 @@ {% if env["cfg_dir_exists"] %}

- + .{{ CONFIG_FILE_SUFFIX }}