From e2d5a29b804a9f547f56979cbd768e4cc0f253e8 Mon Sep 17 00:00:00 2001
From: Pavel Zhur
Date: Wed, 26 Jun 2024 06:33:48 +0300
Subject: [PATCH] cosmetic fixes in the playground
---
.../HarmonyDB.Playground.Web/Views/Home/Search.cshtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml
index 4ed3944f..bf14ad32 100644
--- a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml
+++ b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml
@@ -39,7 +39,7 @@
Min coverage (real, 0–1): @Html.TextBoxFor(x => x.MinCoverage)
- Min rating (integer, 0–100): @Html.TextBoxFor(x => x.MinRating)
+ Min rating (whole, 0–100): @Html.TextBoxFor(x => x.MinRating)
Songs Per Page: @Html.TextBoxFor(x => x.SongsPerPage)