fix: helper text

This commit is contained in:
DarkPhoenix2704
2024-07-27 07:41:12 +00:00
parent f75da4f034
commit 3e5829db0e
2 changed files with 6 additions and 2 deletions

View File

@@ -154,7 +154,11 @@ onMounted(async () => {
<div class="flex flex-col gap-3">
<h1 class="text-base text-gray-800 font-semibold">{{ $t('general.addLookupField') }}</h1>
<div class="text-gray-900">
{{ $t('labels.addNewLookupHelperText') }}
{{
$t('labels.addNewLookupHelperText', {
table: relatedModel?.title,
})
}}
</div>
<div class="flex w-full gap-2 justify-between items-center">