i18n: add missing trans

This commit is contained in:
wonfen
2025-07-28 09:12:40 +08:00
parent a26c28517a
commit f756b37f97
3 changed files with 3 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ export const ClashModeCard = () => {
`${currentMode[0].toLocaleUpperCase()}${currentMode.slice(1)} Mode Description`,
);
}
return t("Mode Description Not Available");
return t("Core communication error");
}, [currentMode]);
// 模式图标映射