Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Lenz <[email protected]>
  • Loading branch information
parthaa and jeremylenz authored Oct 17, 2023
1 parent bc39865 commit e258c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/registries/foreman/settings/general.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
full_name: N_('Show Experimental Labs'))
setting('new_hosts_pages',
type: :boolean,
description: N_("Whether or not to show the new hosts page for All Hosts (requires reload of page)"),
description: N_("Whether or not to show the new overview page for All Hosts (requires reload of page)"),
default: false,
full_name: N_('Show New Hosts Pages'))
full_name: N_('Show New Host Overview Page'))
setting('display_fqdn_for_hosts',
type: :boolean,
description: N_('Display names of hosts as FQDNs. If disabled, only display names of hosts as hostnames.'),
Expand Down

0 comments on commit e258c58

Please sign in to comment.