]> git.ipfire.org Git - ipfire.org.git/commitdiff
location: Add a question mark to "How To Use?"
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2024 19:25:23 +0000 (19:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2024 19:25:23 +0000 (19:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html
src/templates/location/how-to-use.html

index 28cd6c902b9ce8175c5d092777fc3d82fb85b919..d8628f1f040e17134b28582da66e68fc4d2b30b6 100644 (file)
@@ -94,7 +94,7 @@
                                                                        <a class="navbar-item is-tab
                                                                                        {% if request.path == "/location/how-to-use" %}is-active{% end %}"
                                                                                        href="/location/how-to-use">
-                                                                               {{ _("How To Use") }}
+                                                                               {{ _("How To Use?") }}
                                                                        </a>
 
                                                                        <a class="navbar-item is-tab
index 72d7441135e6ec9e8e8f09755b9921fca44b3c14..aa0f0fbf87bfecc2f70c9870d5be03b1cc52da72 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "../base.html" %}
 
-{% block title %}{{ _("How To Use") }}{% end block %}
+{% block title %}{{ _("How To Use?") }}{% end block %}
 
 {% block container %}
        <section class="hero is-primary">