diff --git a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Index.cshtml b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Index.cshtml index d9a88758..afd4758e 100644 --- a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Index.cshtml +++ b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Index.cshtml @@ -27,7 +27,7 @@

@Html.ActionLink("\u2713 Search songs by title \u2192", "SongsByHeader", "Home")

-

Allows you to find songs by partial title or artists.

+

Allows you to find songs by partial words in title or artists.

@Html.ActionLink("\u2713 See the most popular chord progressions \u2192", "Loops", "Home") diff --git a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/SongsByHeader.cshtml b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/SongsByHeader.cshtml index fd8b16ec..2c92f9b7 100644 --- a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/SongsByHeader.cshtml +++ b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/SongsByHeader.cshtml @@ -20,7 +20,7 @@ @using (Html.BeginForm("SongsByHeader", "Home", Model, FormMethod.Get)) {

- Progression: @Html.TextBoxFor(x => x.Query) + Part of title and artists: @Html.TextBoxFor(x => x.Query)

Min rating (whole, 0–100): @Html.TextBoxFor(x => x.MinRating)