Skip to content

Commit

Permalink
Merge pull request #15452 from lpichler/fix_key_for_regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
gtanzillo authored and simaishi committed Aug 2, 2017
1 parent 37d4f9d commit de2fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miq_expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class MiqExpression
:short_name => _("Percent"),
:title => _("Enter a Percent (like 12.5)"),
},
:regex => {
:regexp => {
:short_name => _("Regular Expression"),
:title => _("Enter a Regular Expression")
},
Expand Down

0 comments on commit de2fbcb

Please sign in to comment.