Skip to content

Commit

Permalink
Merge pull request #16752 from mzazrivec/add_missing_gettext_into_miq…
Browse files Browse the repository at this point in the history
…_user_roles

Add missing gettext into MiqUserRole
  • Loading branch information
carbonin authored Jan 8, 2018
2 parents 6f85243 + ce7064a commit b577220
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 b577220

Please sign in to comment.