Skip to content

Commit

Permalink
Merge pull request #4692 from effective-webwork/users
Browse files Browse the repository at this point in the history
Replace 'User' with 'Users' in navigation menu
  • Loading branch information
Kathrin-Huber authored Sep 22, 2021
2 parents 7e2f17d + 369af11 commit af88a7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<h:panelGroup rendered="#{SecurityAccessController.hasAuthorityToViewUserPage()}">
<li class="nav-pic-text">
<h:link value="#{msgs.user}" id="linkUsers" outcome="users?tabIndex=0">
<h:link value="#{msgs.users}" id="linkUsers" outcome="users?tabIndex=0">
<i class="fa fa-user fa-lg"/>
</h:link>
</li>
Expand Down

0 comments on commit af88a7d

Please sign in to comment.