Skip to content

Commit 721c0b3

Browse files
fix text label (#301)
1 parent 4511944 commit 721c0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ui/llm_train/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Runtime(BaseUI):
6262
'en': 'Support fill custom path in'
6363
}
6464
},
65-
'logging_content': {
65+
'log': {
6666
'label': {
6767
'zh': '日志输出',
6868
'en': 'Logging content'

0 commit comments

Comments
 (0)