updated dropdown search with translations

This commit is contained in:
2021-09-30 11:55:30 +01:00
parent 13833930fe
commit d05caec63c
16 changed files with 68 additions and 17 deletions
+3 -1
View File
@@ -215,7 +215,9 @@ const SearchResults = (props) => {
) : (
<div className="govuk-grid-row">
<div className="govuk-grid-column-two-thirds">
<h3>There are no records</h3>
<h3>
{t("search:searchresults-no-records-label")}
</h3>
</div>
</div>
)}