forked from FoundKeyGang/FoundKey
Fix typo.
This commit is contained in:
parent
524c0511a0
commit
4b07d3747c
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(`Misskeyの新しいバージョンがあります(${meta.version}。現在を${VERSION}利用中)。\nページを再度読み込みすると更新が適用されます。`);
|
alert(`Misskeyの新しいバージョンがあります(${meta.version}。現在${VERSION}を利用中)。\nページを再度読み込みすると更新が適用されます。`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue