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
0f2af91a04
commit
e79f036a70
@@ -67,7 +67,7 @@ const SettingVerge = ({ onError }: Props) => {
|
||||
try {
|
||||
const info = await checkUpdate();
|
||||
if (!info?.shouldUpdate) {
|
||||
Notice.success("No Updates Available");
|
||||
Notice.success(t("Currently on the Latest Version"));
|
||||
} else {
|
||||
updateRef.current?.open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user