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')"
>
<i18n path="admin.maintenance.actions-description">
<template #destructive-in-bold>
<template #destructive_in_bold>
<b>{{ $t("admin.maintenance.actions-description-destructive") }}</b>
</template>
<template #irreversible-in-bold>
<template #irreversible_in_bold>
<b>{{ $t("admin.maintenance.actions-description-irreversible") }}</b>
</template>
</i18n>