mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-05 23:38:53 +00:00
Fixes typo and spacing
This commit is contained in:
parent
5a7ce7a58c
commit
29db9c68a1
5 changed files with 7 additions and 7 deletions
|
@ -197,7 +197,7 @@ homeTour.addSteps([
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
eext: `{% trans "Your profile, books, direct messages, and settings can be accessed by clicking on your name in the menu here." %} <p class="notification is-warning is-light mt-3">{% trans "Try selecting <strong>Profile</strong> from the drop down menu to continue the tour." %}</p>' %}`,
|
text: `{% trans "Your profile, books, direct messages, and settings can be accessed by clicking on your name in the menu here." %} <p class="notification is-warning is-light mt-3">{% trans "Try selecting <strong>Profile</strong> from the drop down menu to continue the tour." %}</p>' %}`,
|
||||||
title: "{% trans 'Profile and settings menu' %}",
|
title: "{% trans 'Profile and settings menu' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: checkResponsiveState('#navbar-dropdown'),
|
element: checkResponsiveState('#navbar-dropdown'),
|
||||||
|
|
Loading…
Reference in a new issue