From 9957efa8be129e54fde7645a992c9276cf403e93 Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Fri, 1 Sep 2023 08:27:31 -0700 Subject: [PATCH] Update src/core/server/ui_settings/settings/theme.ts Co-authored-by: Miki Signed-off-by: Josh Romero --- src/core/server/ui_settings/settings/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/server/ui_settings/settings/theme.ts b/src/core/server/ui_settings/settings/theme.ts index 97a41dbd0e64..c1fb6adaca33 100644 --- a/src/core/server/ui_settings/settings/theme.ts +++ b/src/core/server/ui_settings/settings/theme.ts @@ -54,7 +54,7 @@ export const getThemeSettings = (): Record => { type: 'select', options: ['v7', 'Next (preview)'], description: i18n.translate('core.ui_settings.params.themeVersionText', { - defaultMessage: `

Switch between the theme used for the current and next version of OpenSearch Dashboards. A page refresh is required for the setting to be applied.

{linkText}

`, + defaultMessage: `

Switch between the themes used for the current and next versions of OpenSearch Dashboards. A page refresh is required for the setting to be applied.

{linkText}

`, values: { href: 'https://forum.opensearch.org/t/feedback-on-dark-mode-experience/15725', linkText: 'Theme feedback',