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

@@ -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();
}