Skip to content

Commit

Permalink
Update _header.html.erb publiclab#9949 (publiclab#9952)
Browse files Browse the repository at this point in the history
Change "Contributors" String to Translation Function Call publiclab#9949
  • Loading branch information
hrishikeshnikam2000 authored and billymoroney1 committed Dec 28, 2021
1 parent 30be463 commit f503ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<a class="dropdown-item" href="/useremail">Email search</a>
<a class="dropdown-item" href="/wiki/locked">Locked pages</a>
<a class="dropdown-item" href="/spam">Spam moderation</a>
<a class="dropdown-item" href="/people">Contributors</a>
<a class="dropdown-item" href="/people"><%= translation('sidebar._related.contributors') %></a>
<a class="dropdown-item" href="/features">Features</a>
<div class="dropdown-divider"></div>
<% end %>
Expand Down

0 comments on commit f503ed3

Please sign in to comment.