fix missing words in site maintenance

This commit is contained in:
Kuchenpirat 2024-01-22 08:05:44 +00:00
parent 521f309517
commit 62dffb622f

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>