diff --git a/app/registries/foreman/settings/general.rb b/app/registries/foreman/settings/general.rb index 46c8e4eb837..7346b93c946 100644 --- a/app/registries/foreman/settings/general.rb +++ b/app/registries/foreman/settings/general.rb @@ -91,7 +91,7 @@ full_name: N_('Instance title')) setting('instance_color', type: :string, - description: N_("Hex value. for color for the instance title banner. Will only be used if an instance title is defined. If no valid value is given, the default value is: #000000. (requires a page reload)."), + description: N_("Hex value for color for the instance title banner. It will only be used if an instance title is defined. If no valid value is given, the default value is: #000000. (requires a page reload)"), default: '#000000', full_name: N_('Instance color')) setting('audits_period',