Merge pull request #3026 from Kuchenpirat/fix-site-maintenance-missing-words

fix: missing words in site maintenance
This commit is contained in:
boc-the-git 2024-01-22 20:51:15 +11:00 committed by GitHub
commit 96995a4168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,10 +58,10 @@
:title="$tc('admin.mainentance.actions-title')" :title="$tc('admin.mainentance.actions-title')"
> >
<i18n path="admin.maintenance.actions-description"> <i18n path="admin.maintenance.actions-description">
<template #destructive-in-bold> <template #destructive_in_bold>
<b>{{ $t("admin.maintenance.actions-description-destructive") }}</b> <b>{{ $t("admin.maintenance.actions-description-destructive") }}</b>
</template> </template>
<template #irreversible-in-bold> <template #irreversible_in_bold>
<b>{{ $t("admin.maintenance.actions-description-irreversible") }}</b> <b>{{ $t("admin.maintenance.actions-description-irreversible") }}</b>
</template> </template>
</i18n> </i18n>