Merge pull request #19595 from AmbrishRamachandiran/auto-theme-tooltip
changed auto theme tooltip title to camel case
This commit is contained in:
@@ -155,7 +155,7 @@ export const UserSettingsThemeToggle = () => {
|
||||
</TooltipToggleButton>
|
||||
);
|
||||
})}
|
||||
<Tooltip placement="top" arrow title="Select auto theme">
|
||||
<Tooltip placement="top" arrow title="Select Auto Theme">
|
||||
<ToggleButton value="auto" selected={themeId === undefined}>
|
||||
Auto
|
||||
<AutoIcon color={themeId === undefined ? 'primary' : undefined} />
|
||||
|
||||
Reference in New Issue
Block a user