chore: update notification message and zh translation (#1011)
This commit is contained in:
committed by
GitHub
parent
9731c8a750
commit
2f7c3cf21e
@@ -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