Skip to content

Commit

Permalink
Fixed #16589 - Fix the case of the menu items in Katello (Katello#6326)
Browse files Browse the repository at this point in the history
Capitalize the first letter of every word to keep consistent in every
plugin.
  • Loading branch information
junezhang authored and daviddavis committed Sep 20, 2016
1 parent 37cd5d4 commit b4c0cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/katello/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:turbolinks => false
menu :top_menu,
:activation_keys,
:caption => N_('Activation Keys'),
:url => '/activation_keys',
:url_hash => {:controller => 'katello/api/v2/activation_keys',
:action => 'index'},
Expand All @@ -46,7 +47,7 @@

menu :top_menu,
:gpg_keys,
:caption => N_('GPG keys'),
:caption => N_('GPG Keys'),
:url => '/gpg_keys',
:url_hash => {:controller => 'katello/api/v2/gpg_keys',
:action => 'index'},
Expand Down

0 comments on commit b4c0cb9

Please sign in to comment.