Skip to content

Commit 28f0622

Browse files
fix: i18n
1 parent bbf96aa commit 28f0622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/locales/lang/en-US/views/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default {
7676
base_model: {
7777
label: 'Base Model',
7878
tooltip:
79-
'For models not listed, enter the model name and press Enter.',
79+
'For models not listed, enter the model name and press Enter',
8080
placeholder: 'Enter the base model name and press Enter to add',
8181
requiredMessage: 'Base model cannot be empty'
8282
}

ui/src/views/template/component/EditModel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<div class="flex align-center" style="display: inline-flex">
100100
<div class="mr-4">
101101
<span>{{ $t('views.template.templateForm.form.base_model.label') }} </span>
102-
<span class="danger">{{
102+
<span class="danger ml-4">{{
103103
$t('views.template.templateForm.form.base_model.tooltip')
104104
}}</span>
105105
</div>

0 commit comments

Comments
 (0)