Skip to content

Commit

Permalink
Add missing gettext into MiqUserRole
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed Jan 5, 2018
1 parent eff2583 commit ce7064a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/miq_user_role.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class MiqUserRole < ApplicationRecord
FIXTURE_YAML = "#{FIXTURE_PATH}.yml"

RESTRICTIONS = {
:user => "Only User Owned",
:user_or_group => "Only User or Group Owned"
:user => N_('Only User Owned'),
:user_or_group => N_('Only User or Group Owned')
}

def feature_identifiers
Expand Down

0 comments on commit ce7064a

Please sign in to comment.