From: Michael Tremer Date: Wed, 27 Nov 2024 11:32:08 +0000 (+0000) Subject: support: Rename page and make it more concise X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1fa77997ac05eb33e3e1d07e0e01d852010b5ed;p=ipfire.org.git support: Rename page and make it more concise Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index d24a09d7..18b6926f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -325,9 +325,9 @@ templates_people_messagesdir = $(templates_peopledir)/messages templates_static_DATA = \ src/templates/static/about.html \ src/templates/static/legal.html \ - src/templates/static/help.html \ src/templates/static/partners.html \ - src/templates/static/sitemap.html + src/templates/static/sitemap.html \ + src/templates/static/support.html templates_staticdir = $(templatesdir)/static diff --git a/src/templates/base.html b/src/templates/base.html index 26fcf829..4a48b546 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -123,7 +123,7 @@ {{ _("Community") }} - {{ _("Help") }} + {{ _("Support") }} {% end %}