mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: update localization strings for common operation
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user