Skip to content

Commit

Permalink
search by header wording improved
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 27, 2024
1 parent 153fe54 commit 528dce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h3 class="mt-3">
@Html.ActionLink("\u2713 Search songs by title \u2192", "SongsByHeader", "Home")
</h3>
<p>Allows you to find songs by partial title or artists.</p>
<p>Allows you to find songs by partial words in title or artists.</p>

<h3 class="mt-3">
@Html.ActionLink("\u2713 See the most popular chord progressions \u2192", "Loops", "Home")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@using (Html.BeginForm("SongsByHeader", "Home", Model, FormMethod.Get))
{
<p>
Progression: @Html.TextBoxFor(x => x.Query)
Part of title and artists: @Html.TextBoxFor(x => x.Query)
</p>
<p>
Min rating (whole, 0&ndash;100): @Html.TextBoxFor(x => x.MinRating)
Expand Down

0 comments on commit 528dce9

Please sign in to comment.