From a39297eb2bff25e32fd6883bab08419c70174d9c Mon Sep 17 00:00:00 2001 From: alazik Date: Wed, 3 Jul 2024 11:04:43 +0000 Subject: [PATCH] Fixes #37597 - Fix description of the Instance color setting --- app/registries/foreman/settings/general.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',