From 78d36ebc392cc11ecd0ab4c777807c4565b49c0f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 24 Sep 2022 19:41:37 -0700 Subject: [PATCH] Fixes typo in tour --- bookwyrm/templates/guided_tour/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/guided_tour/search.html b/bookwyrm/templates/guided_tour/search.html index aa8cf7538..3e726aeb8 100644 --- a/bookwyrm/templates/guided_tour/search.html +++ b/bookwyrm/templates/guided_tour/search.html @@ -119,7 +119,7 @@ }, { text: `{% trans "If you still can't find your book, you can add a record manually." %}`, - title: "{% trans 'Add a record manally' %}", + title: "{% trans 'Add a record manually' %}", attachTo: { element: "#tour-manually-add-book", on: "right",