Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
fix: add translation on roles (Brief view)
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr authored and Igor Milhit committed Jul 3, 2018
1 parent 4e4b832 commit 52f8128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3><a target="_self" ng-href="/patrons/{{ record.metadata.pid }}">{{record.meta
</ul>
<ul class="list-inline">
<li ng-repeat="role in record.metadata.roles">
{{ role }}
{{ role|translate }}{{ $last ? '': ', '}}
</li>
</ul>
<div class="text-right">
Expand Down

0 comments on commit 52f8128

Please sign in to comment.