fix: show error message dom

This commit is contained in:
Gabe
2025-10-01 11:18:41 +08:00
parent 7412b3a5c8
commit 8e026238ae
2 changed files with 56 additions and 5 deletions

View File

@@ -321,7 +321,7 @@ export default function Settings() {
size="small"
name="langDetector"
value={langDetector}
label={i18n("detect_lang_serve")}
label={i18n("detect_lang_service")}
onChange={handleChange}
>
{OPT_LANGDETECTOR_ALL.map((item) => (