Project

General

Profile

Revision e5919f78

Added by June Zhang over 6 years ago

Fixes #16594 - Capitalize the first letter of every word

View differences:

lib/foreman_docker/engine.rb
47 47

  
48 48
        sub_menu :top_menu, :containers_menu, :caption => N_('Containers'),
49 49
                                              :after => :monitor_menu do
50
          menu :top_menu, :containers,    :caption => N_('All containers'),
50
          menu :top_menu, :containers,    :caption => N_('All Containers'),
51 51
                                          :url_hash => { :controller => :containers,
52 52
                                                         :action => :index }
53
          menu :top_menu, :new_container, :caption => N_('New container'),
53
          menu :top_menu, :new_container, :caption => N_('New Container'),
54 54
                                          :url_hash => { :controller => :containers,
55 55
                                                         :action => :new }
56 56
          menu :top_menu, :registries, :caption => N_('Registries'),

Also available in: Unified diff