Skip to content

Commit 28f01d2

Browse files
committed
Update Primo tab display name
1 parent f8e7966 commit 28f01d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/search/_source_tabs.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<nav id="tabs" class="tab-navigation" aria-label="Result type navigation">
33
<ul>
44
<li><%= link_to_tab("All") %></li>
5-
<li><%= link_to_tab("Primo") %></li>
5+
<li><%= link_to_tab("Primo", "Articles and Catalog") %></li>
66
<% if Feature.enabled?(:tab_timdex_all) %>
77
<li><%= link_to_tab("TIMDEX") %></li>
88
<% end %>

0 commit comments

Comments
 (0)