From 389da79af491769f5ce732b87272bebef2f2efb9 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 9 Jul 2022 10:31:40 +1000 Subject: [PATCH] fix missing hyphen --- bookwyrm/templates/guided_tour/book.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/guided_tour/book.html b/bookwyrm/templates/guided_tour/book.html index 052019aed..0a4a08014 100644 --- a/bookwyrm/templates/guided_tour/book.html +++ b/bookwyrm/templates/guided_tour/book.html @@ -7,7 +7,7 @@ tour.addSteps([ { - text: "{% trans 'This is home page of a book. Let\s see what you can do while you\'re here!' %}", + text: "{% trans 'This is home page of a book. Let\'s see what you can do while you\'re here!' %}", title: "{% trans 'Book page' %}", buttons: [ {