chore: update notification message and zh translation (#1011)
This commit is contained in:
committed by
GitHub
parent
0f2af91a04
commit
e79f036a70
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user