fix: Maintenance wrong label (#229)

This commit is contained in:
Dream Hunter
2024-05-12 18:09:42 +08:00
committed by GitHub
parent edc110b6ac
commit 62bec9ef90
2 changed files with 17 additions and 1 deletions

View File

@@ -135,7 +135,7 @@ onMounted(async () => {
{{ t('cleanupNow') }}
</n-button>
</n-form-item-row>
<n-form-item-row :label="t('mailBoxLabel')">
<n-form-item-row :label="t('sendBoxLabel')">
<n-checkbox v-model:checked="cleanupModel.enableSendBoxAutoCleanup">
{{ t('autoCleanup') }}
</n-checkbox>