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