typo
This commit is contained in:
parent
49296aac38
commit
23a3239190
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default function() {
|
||||||
res.json().then(meta => {
|
res.json().then(meta => {
|
||||||
if (meta.version != VERSION) {
|
if (meta.version != VERSION) {
|
||||||
localStorage.setItem('should-refresh', 'true');
|
localStorage.setItem('should-refresh', 'true');
|
||||||
alert('%i18n:common:update-available%'.replace('{newer}', meta.version).replace('{current}', VERSION));
|
alert('%i18n:common.update-available%'.replace('{newer}', meta.version).replace('{current}', VERSION));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue