feat: replace show/hide workflow_steps with switch (#7627)
This commit is contained in:
@@ -45,9 +45,11 @@ const translation = {
|
||||
webDescPlaceholder: 'Enter the description of the WebApp',
|
||||
language: 'Language',
|
||||
workflow: {
|
||||
title: 'Workflow Steps',
|
||||
title: 'Workflow',
|
||||
subTitle: 'Workflow Details',
|
||||
show: 'Show',
|
||||
hide: 'Hide',
|
||||
showDesc: 'Show or hide workflow details in WebApp',
|
||||
},
|
||||
chatColorTheme: 'Chat color theme',
|
||||
chatColorThemeDesc: 'Set the color theme of the chatbot',
|
||||
|
||||
@@ -45,9 +45,11 @@ const translation = {
|
||||
webDescPlaceholder: '请输入 WebApp 的描述',
|
||||
language: '语言',
|
||||
workflow: {
|
||||
title: '工作流详情',
|
||||
title: '工作流',
|
||||
subTitle: '工作流详情',
|
||||
show: '显示',
|
||||
hide: '隐藏',
|
||||
showDesc: '在 WebApp 中展示或者隐藏工作流详情',
|
||||
},
|
||||
chatColorTheme: '聊天颜色主题',
|
||||
chatColorThemeDesc: '设置聊天机器人的颜色主题',
|
||||
|
||||
Reference in New Issue
Block a user