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.
2 parents 5f33ecf + 1865ceb commit b7b7921Copy full SHA for b7b7921
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