Skip to content

Commit

Permalink
Merge pull request ManageIQ#15452 from lpichler/fix_key_for_regexp
Browse files Browse the repository at this point in the history
Fix key for regexp in miq_expression.yaml
  • Loading branch information
gtanzillo authored Jun 27, 2017
2 parents 339d1ef + 2d56185 commit 1a66602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/miq_expression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
:percent:
:short_name: <%= _("Percent") %>
:title: <%= _("Enter a Percent (like 12.5)") %>
:regex:
:regexp:
:short_name: <%= _("Regular Expression") %>
:title: <%= _("Enter a Regular Expression") %>
:string: &string
Expand Down

0 comments on commit 1a66602

Please sign in to comment.