chore: update notification message and zh translation (#1011)

This commit is contained in:
RikudouPatrickstar
2024-05-12 14:40:18 +08:00
committed by GitHub
parent 0f2af91a04
commit e79f036a70
13 changed files with 64 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ export const TunViewer = forwardRef<DialogRef>((props, ref) => {
);
try {
await enhanceProfiles();
Notice.success("Refresh clash config", 1000);
Notice.success(t("Settings Applied"), 1000);
} catch (err: any) {
Notice.error(err.message || err.toString(), 3000);
}