From 109c507bcb90ec8229edd225b96aa8f0af23f926 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 16:48:38 +0000 Subject: [PATCH] docs: Replace "IPFire Wiki" with "IPFire Documentation" Signed-off-by: Michael Tremer --- src/templates/docs/page.html | 6 +++--- src/templates/users/edit.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/docs/page.html b/src/templates/docs/page.html index 90995244..b91a5562 100644 --- a/src/templates/docs/page.html +++ b/src/templates/docs/page.html @@ -12,8 +12,8 @@ {% block head %} - - + + @@ -23,7 +23,7 @@ - + {% end block %} diff --git a/src/templates/users/edit.html b/src/templates/users/edit.html index 0235b636..470d1be5 100644 --- a/src/templates/users/edit.html +++ b/src/templates/users/edit.html @@ -121,7 +121,7 @@ placeholder="{{ _("Tell Us Who You Are") }}">{{ account.description or "" }}

- {{ _("You can use Markdown syntax as you know it from the IPFire Wiki") }} + {{ _("You can use Markdown syntax as you know it from the IPFire Documentation") }}

-- 2.47.3