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

@@ -180,7 +180,7 @@ defineExpose({ initData })
</Empty>
<Empty v-if="videoList.length === 0 && !needToLoginFirst" mt-6 :description="$t('common.no_more_content')">
<Button type="primary" @click="initData()">
{{ $t('common.operations.refresh') }}
{{ $t('common.operation.refresh') }}
</Button>
</Empty>
<div