fix: i18n

This commit is contained in:
wangdan-fit2cloud 2025-01-23 15:28:22 +08:00
parent bbf96aa41c
commit 28f06222de
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export default {
base_model: {
label: 'Base Model',
tooltip:
'For models not listed, enter the model name and press Enter.',
'For models not listed, enter the model name and press Enter',
placeholder: 'Enter the base model name and press Enter to add',
requiredMessage: 'Base model cannot be empty'
}

View File

@ -99,7 +99,7 @@
<div class="flex align-center" style="display: inline-flex">
<div class="mr-4">
<span>{{ $t('views.template.templateForm.form.base_model.label') }} </span>
<span class="danger">{{
<span class="danger ml-4">{{
$t('views.template.templateForm.form.base_model.tooltip')
}}</span>
</div>