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 @@
Allows you to find songs by partial title or artists.
+Allows you to find songs by partial words in title or artists.
- 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)