From ff78727700ed29a53ec6f54619dff5d018a4f32f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 25 Oct 2023 11:16:07 +0000 Subject: [PATCH] docs: Rename to "Documentation" Docs is just too weird... Signed-off-by: Michael Tremer --- src/templates/base.html | 2 +- src/templates/docs/modules/header.html | 2 +- src/templates/docs/search-results.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 3b49875f..0582c181 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -79,7 +79,7 @@
+ placeholder="{{ _("Search Documentation...") }}"> diff --git a/src/templates/docs/modules/header.html b/src/templates/docs/modules/header.html index 807fb8ce..766f79a1 100644 --- a/src/templates/docs/modules/header.html +++ b/src/templates/docs/modules/header.html @@ -11,7 +11,7 @@
  • - {{ _("Docs") }} + {{ _("Documentation") }}
  • diff --git a/src/templates/docs/search-results.html b/src/templates/docs/search-results.html index b6e10a1a..2ba57f74 100644 --- a/src/templates/docs/search-results.html +++ b/src/templates/docs/search-results.html @@ -12,12 +12,12 @@ {{ _("Home") }}
  • - {{ _("Docs") }} + {{ _("Documentation") }}
  • -

    {{ _("IPFire Docs") }}

    +

    {{ _("IPFire Documentation") }}

    {% if q %}
    -- 2.47.3