From 596ec9134e00a040e9e0c1dd7f898e2ebc2741c8 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 18 Feb 2024 17:59:06 +0100 Subject: [PATCH] fixed title of space management page --- cookbook/templates/space_manage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templates/space_manage.html b/cookbook/templates/space_manage.html index 52db3f4e04..daa82aa4bf 100644 --- a/cookbook/templates/space_manage.html +++ b/cookbook/templates/space_manage.html @@ -4,7 +4,7 @@ {% load i18n %} {% load l10n %} -{% block title %}{% trans 'Search' %}{% endblock %} +{% block title %}{% trans 'Space Management' %}{% endblock %} {% block content %}