We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16432b5 commit 28c4712Copy full SHA for 28c4712
src/app.js
@@ -71,7 +71,7 @@ const app = new Vue({
71
setTimeout(() => {
72
msg();
73
this.$Modal.info({
74
- title: app.$t('message.intro'),
+ title: app.$t('message.checkUpdate'),
75
content: app.$t('message.isLatestVersion'),
76
okText: app.$t('message.ok')
77
})
0 commit comments