Skip to content

Commit

Permalink
Fixes #37597 - Fix description of the Instance color setting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlazik1 authored and ofedoren committed Jul 9, 2024
1 parent f0e2655 commit a39297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/registries/foreman/settings/general.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a39297e

Please sign in to comment.