From e03f3ee2be949f34618eb53ac3d29153ae0c7073 Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Fri, 25 Aug 2023 12:26:41 +0530 Subject: [PATCH] changed auto theme tooltip title to camel case Signed-off-by: AmbrishRamachandiran --- .changeset/lazy-pumas-hope.md | 5 +++++ .../src/components/General/UserSettingsThemeToggle.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/lazy-pumas-hope.md diff --git a/.changeset/lazy-pumas-hope.md b/.changeset/lazy-pumas-hope.md new file mode 100644 index 0000000000..5e06014a3c --- /dev/null +++ b/.changeset/lazy-pumas-hope.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-user-settings': patch +--- + +changed auto theme tooltip title to camel case diff --git a/plugins/user-settings/src/components/General/UserSettingsThemeToggle.tsx b/plugins/user-settings/src/components/General/UserSettingsThemeToggle.tsx index 156ac210fd..564cce205d 100644 --- a/plugins/user-settings/src/components/General/UserSettingsThemeToggle.tsx +++ b/plugins/user-settings/src/components/General/UserSettingsThemeToggle.tsx @@ -155,7 +155,7 @@ export const UserSettingsThemeToggle = () => { ); })} - + Auto