|
@@ -110,7 +110,7 @@ function showUpdateDialog(newVersion) {
|
|
const { t } = i18n.global;
|
|
const { t } = i18n.global;
|
|
showConfirmDialog({
|
|
showConfirmDialog({
|
|
title: t("public.updateTips"),
|
|
title: t("public.updateTips"),
|
|
- message: t("public.checkUpdate") + newVersion,
|
|
|
|
|
|
+ message: t("public.checkUpdate") + 'v' + newVersion,
|
|
confirmButtonText: t("public.resetNow"),
|
|
confirmButtonText: t("public.resetNow"),
|
|
showCancelButton: false,
|
|
showCancelButton: false,
|
|
})
|
|
})
|