diff --git a/src/components/views/spaces/QuickThemeSwitcher.tsx b/src/components/views/spaces/QuickThemeSwitcher.tsx index 5b6fbd9ac1..2d804644dd 100644 --- a/src/components/views/spaces/QuickThemeSwitcher.tsx +++ b/src/components/views/spaces/QuickThemeSwitcher.tsx @@ -43,7 +43,7 @@ const QuickThemeSwitcher: React.FC = ({ requestClose }) => { const themeOptions = [{ id: MATCH_SYSTEM_THEME_ID, - name: 'Match system', + name: _t("Match system"), }, ...orderedThemes]; const selectedTheme = useSystemTheme ? MATCH_SYSTEM_THEME_ID : theme; diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 41944c4d68..7534cea50b 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -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",