mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: update notification message and zh translation (#1011)
This commit is contained in:
committed by
GitHub
parent
9731c8a750
commit
2f7c3cf21e
@@ -72,7 +72,7 @@ const Layout = () => {
|
||||
const [status, msg] = payload as [string, string];
|
||||
switch (status) {
|
||||
case "set_config::ok":
|
||||
Notice.success("Refresh clash config");
|
||||
Notice.success(t("Clash Config Updated"));
|
||||
break;
|
||||
case "set_config::error":
|
||||
Notice.error(msg);
|
||||
|
||||
Reference in New Issue
Block a user