(fix) 翻訳のダブりを解消 (#12519)
This commit is contained in:
parent
da0ecb650e
commit
b37e8ffa69
4 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ export const navbarItemDef = reactive({
|
|||
to: `/@${$i?.username}`,
|
||||
},
|
||||
cacheClear: {
|
||||
title: i18n.ts.cacheClear,
|
||||
title: i18n.ts.clearCache,
|
||||
icon: 'ti ti-trash',
|
||||
action: (ev) => {
|
||||
clearCache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue