Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 522ad1a

Browse files
authored
Make "Match system" on QuickThemeSwitcher.tsx translatable (#7951)
1 parent b789d25 commit 522ad1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/views/spaces/QuickThemeSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const QuickThemeSwitcher: React.FC<Props> = ({ requestClose }) => {
4343

4444
const themeOptions = [{
4545
id: MATCH_SYSTEM_THEME_ID,
46-
name: 'Match system',
46+
name: _t("Match system"),
4747
}, ...orderedThemes];
4848

4949
const selectedTheme = useSystemTheme ? MATCH_SYSTEM_THEME_ID : theme;

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@
11161116
"Pin to sidebar": "Pin to sidebar",
11171117
"More options": "More options",
11181118
"Settings": "Settings",
1119+
"Match system": "Match system",
11191120
"Theme": "Theme",
11201121
"Space selection": "Space selection",
11211122
"Delete avatar": "Delete avatar",

0 commit comments

Comments
 (0)