forked from FoundKeyGang/FoundKey
Fix typo
This commit is contained in:
parent
65a3c7dae4
commit
48d1b9444c
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ export default Vue.extend({
|
||||||
localStorage.clear();
|
localStorage.clear();
|
||||||
(this as any).apis.dialog({
|
(this as any).apis.dialog({
|
||||||
title: '%i18n:@cache-cleared%',
|
title: '%i18n:@cache-cleared%',
|
||||||
text: '%i18n:@caache-cleared-desc%'
|
text: '%i18n:@cache-cleared-desc%'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
soundTest() {
|
soundTest() {
|
||||||
|
|
Loading…
Reference in a new issue