fix: i18n
This commit is contained in:
parent
bbf96aa41c
commit
28f06222de
@ -76,7 +76,7 @@ export default {
|
|||||||
base_model: {
|
base_model: {
|
||||||
label: 'Base Model',
|
label: 'Base Model',
|
||||||
tooltip:
|
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',
|
placeholder: 'Enter the base model name and press Enter to add',
|
||||||
requiredMessage: 'Base model cannot be empty'
|
requiredMessage: 'Base model cannot be empty'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,7 +99,7 @@
|
|||||||
<div class="flex align-center" style="display: inline-flex">
|
<div class="flex align-center" style="display: inline-flex">
|
||||||
<div class="mr-4">
|
<div class="mr-4">
|
||||||
<span>{{ $t('views.template.templateForm.form.base_model.label') }} </span>
|
<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')
|
$t('views.template.templateForm.form.base_model.tooltip')
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user