We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe1032 commit 1865cebCopy full SHA for 1865ceb
DigitalLearningSolutions.Web/Views/Shared/SearchablePage/_Search.cshtml
@@ -18,7 +18,7 @@
18
@Model.SearchLabel
19
</label>
20
21
- <input class="search-box nhsuk-input" id="search-field" name="searchString" type="search" placeholder="Search" autocomplete="off" value="@Model.SearchString" />
+ <input class="search-box nhsuk-input" id="search-field" name="searchString" type="search" placeholder="Search by activity name" autocomplete="off" value="@Model.SearchString" />
22
23
<button class="nhsuk-button search-submit"
24
type="submit"
0 commit comments