Skip to content

Commit

Permalink
Work on translating missing label
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Jul 21, 2021
1 parent 890485c commit ed86761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog

## [2.1.3+portage-1.0.15] - 2021-07-21

## Changed
- Applied changes in ordering requested by the Admin Guide Working Group
- Changes to Canadian spelling
## [2.1.3+portage-1.0.10] - 2021-06-03

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/_admin_grant_permissions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="modal-body" style="text-align: left">
<ul class="list-group">
<input type="checkbox" name="org_admin_privileges" id="org_admin_privileges" />
<%= label_tag :organisational_admin_privileges %>
<%= label_tag :organisational_admin_privileges, _('Organisational admin privileges') %>
<% perms.each do |perm| %>
<% case perm.name when 'grant_permissions' %>
<li class="list-group-item" style="border: none" title="<%= _('Allows the user to assign permissions to other users within the same organisation. Users can only assign permissions they own themselves') %>">
Expand Down

0 comments on commit ed86761

Please sign in to comment.