Fixes typo and spacing

This commit is contained in:
Mouse Reeve 2022-07-29 11:31:35 -07:00
parent 5a7ce7a58c
commit 29db9c68a1
5 changed files with 7 additions and 7 deletions

View file

@ -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' %}",
attachTo: {
element: checkResponsiveState('#navbar-dropdown'),