Skip to content

Commit

Permalink
[46622] Fix advanced setting text for dark mode. (#191756)
Browse files Browse the repository at this point in the history
Fixes #46622.
  • Loading branch information
clintandrewhall authored Sep 3, 2024
1 parent 326b305 commit c9c9054
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export const getThemeSettings = (
description: i18n.translate('core.ui_settings.params.darkModeText', {
defaultMessage:
`The UI theme that the Kibana UI should use. ` +
`Set to 'enabled' or 'disabled' to enable or disable the dark theme. ` +
`Set to 'system' to have the Kibana UI theme follow the system theme. ` +
`A page refresh is required for the setting to be applied.`,
`Set to 'Enabled' to enable the dark theme, or 'Disabled' to disable it. ` +
`Set to 'Sync with system' to have the Kibana UI theme follow the system theme. ` +
`A page reload is required for the setting to be applied.`,
}),
type: 'select',
options: ['enabled', 'disabled', 'system'],
Expand Down

0 comments on commit c9c9054

Please sign in to comment.