From 6b3fd121228794e77eb2f88efdcb205718f46afe Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 7 Jan 2024 00:15:29 +0200 Subject: [PATCH] update header --- templates/default/main/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/main/index.html.twig b/templates/default/main/index.html.twig index c3db39d..20558fb 100644 --- a/templates/default/main/index.html.twig +++ b/templates/default/main/index.html.twig @@ -26,7 +26,7 @@ {% endif %} {% if server.aliases %} -

{{ 'Aliases' | trans }}

+

{{ 'Alias' | trans }}

{% for alias in server.aliases %}
{{ alias.host }}:{{ alias.port }}