Skip to content

Commit 3b4715f

Browse files
authored
Merge pull request #181 from MITLibraries/gdt-305-relabel-highlights-heading
Relabel search highlights heading
2 parents a29bbad + 04e725e commit 3b4715f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/search/_highlights.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% highlights = trim_highlights(result) %>
22
<% return unless highlights&.any? %>
33

4-
<h4 class="inner-heading">Other fields matching your search:</h4>
4+
<h4 class="inner-heading">See full record for all matches to your search terms:</h4>
55
<ul class="list-unbulleted truncate-list">
66
<% highlights.each do |h| %>
77
<% h['matchedPhrases'].each do |phrase| %>

0 commit comments

Comments
 (0)