mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 22:26:46 +00:00
fix: helper text
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user