We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90037b7 commit 8e9d290Copy full SHA for 8e9d290
1 file changed
chat2db-client/src/blocks/Setting/BaseSetting/index.tsx
@@ -145,7 +145,7 @@ export default function BaseSetting() {
145
<Radio.Group onChange={changeLang} value={currentLang}>
146
<Radio value={LangType.ZH_CN}>简体中文</Radio>
147
<Radio value={LangType.EN_US}>English</Radio>
148
- <Radio value={LangType.TR_TR}>English</Radio>
+ <Radio value={LangType.TR_TR}>Turkish</Radio>
149
</Radio.Group>
150
</div>
151
<div className={styles.title}>{i18n('setting.title.themeColor')}</div>
0 commit comments