You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-31 01:45:39 +03:00
Make "Match system" on QuickThemeSwitcher.tsx translatable (#7951)
This commit is contained in:
@@ -43,7 +43,7 @@ const QuickThemeSwitcher: React.FC<Props> = ({ requestClose }) => {
|
||||
|
||||
const themeOptions = [{
|
||||
id: MATCH_SYSTEM_THEME_ID,
|
||||
name: 'Match system',
|
||||
name: _t("Match system"),
|
||||
}, ...orderedThemes];
|
||||
|
||||
const selectedTheme = useSystemTheme ? MATCH_SYSTEM_THEME_ID : theme;
|
||||
|
||||
@@ -1116,6 +1116,7 @@
|
||||
"Pin to sidebar": "Pin to sidebar",
|
||||
"More options": "More options",
|
||||
"Settings": "Settings",
|
||||
"Match system": "Match system",
|
||||
"Theme": "Theme",
|
||||
"Space selection": "Space selection",
|
||||
"Delete avatar": "Delete avatar",
|
||||
|
||||
Reference in New Issue
Block a user