1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: update source string to fix spelling

This commit is contained in:
Rene
2023-06-24 17:13:12 +02:00
parent 03c4a1c797
commit 001983c5a2
23 changed files with 117 additions and 120 deletions

View File

@ -100,7 +100,7 @@
</template>
<template #body>
<div class="mb-2">
{{ t('message.deleteCorfirm') }} "<b>{{ selectedSchema }}</b>"?
{{ t('message.deleteConfirm') }} "<b>{{ selectedSchema }}</b>"?
</div>
</template>
</ConfirmModal>