refactor: update localization strings for common operation

This commit is contained in:
Hakadao
2024-08-21 23:44:51 +08:00
parent 19cb3e3342
commit bdff7cf2b8
8 changed files with 10 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ function handleToggleDockItem(dockItem: any) {
<template #left>
<div i-mingcute:back-line />
</template>
{{ $t('common.operations.reset') }}
{{ $t('common.operation.reset') }}
</Button>
</div>
</template>

View File

@@ -196,7 +196,7 @@ function handleToggleHomeTab(tab: any) {
type="secondary"
@click="setLoginQRCode"
>
{{ $t('common.operations.refresh') }}
{{ $t('common.operation.refresh') }}
</Button>
</div>
</Dialog>
@@ -247,7 +247,7 @@ function handleToggleHomeTab(tab: any) {
<template #left>
<div i-mingcute:back-line />
</template>
{{ $t('common.operations.reset') }}
{{ $t('common.operation.reset') }}
</Button>
</div>
</template>