Skip to content

Commit

Permalink
Update zh to en
Browse files Browse the repository at this point in the history
  • Loading branch information
朱鑫睿 committed Sep 27, 2024
1 parent 4c7b788 commit 401a6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/endpoints/NewEndpoint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
message: t('all.pleaseInput', { value: t('endpoints.new.modelId') }),
trigger: 'change'
},
// 确保字符串中包含一个 /,但不能出现在首位或末尾
// Make sure to include a / in the string, but not at the beginning or end
{
pattern: /^(?!\/)[a-zA-Z0-9-_\.]+\/[a-zA-Z0-9-_\.]+(?<!\/)$/,
message: t('all.inputFormatError'),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/finetune/NewFinetune.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
message: t('all.pleaseInput', { value: t('finetune.new.modelId') }),
trigger: 'change'
},
// 确保字符串中包含一个 /,但不能出现在首位或末尾
// Make sure to include a / in the string, but not at the beginning or end
{
pattern: /^(?!\/)[a-zA-Z0-9-_\.]+\/[a-zA-Z0-9-_\.]+(?<!\/)$/,
message: t('all.inputFormatError'),
Expand Down

0 comments on commit 401a6e5

Please sign in to comment.