diff --git a/config/initializers/f_foreman_settings_general.rb b/config/initializers/f_foreman_settings_general.rb index 7346b93c946..19098571b89 100644 --- a/config/initializers/f_foreman_settings_general.rb +++ b/config/initializers/f_foreman_settings_general.rb @@ -37,7 +37,7 @@ full_name: N_('Login page footer text')) setting('http_proxy', type: :string, - description: N_('Set a proxy for all outgoing HTTP(S) connections from Foreman. System-wide proxies must be configured at the operating system level.'), + description: N_('Set an HTTP(s) proxy for all outgoing HTTP(S) connections from Foreman. System-wide proxies must be configured at the operating system level.'), default: nil, full_name: N_('HTTP(S) proxy')) validates(:http_proxy, { http_url: { allow_blank: true } })