Skip to content

Commit

Permalink
fix: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Jan 23, 2025
1 parent bbf96aa commit 28f0622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/locales/lang/en-US/views/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/template/component/EditModel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 28f0622

Please sign in to comment.