From 6ffb0863d165fdc86c8f600020820685e30ab028 Mon Sep 17 00:00:00 2001
From: Hugh Rundle
Date: Mon, 13 Jun 2022 15:27:05 +1000
Subject: [PATCH] update tour link in main template
---
bookwyrm/templates/layout.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html
index 40a414d4b..0155c6650 100644
--- a/bookwyrm/templates/layout.html
+++ b/bookwyrm/templates/layout.html
@@ -191,7 +191,7 @@
{% if request.user.is_authenticated %}
- {% trans "Guided Tour" %}
+ {% trans "Guided Tour" %}
{% endif %}