feat: replace show/hide workflow_steps with switch (#7627)

This commit is contained in:
crazywoola
2024-08-26 11:00:57 +08:00
committed by GitHub
parent 23cedc3f1c
commit 1ba3d3acd6
3 changed files with 19 additions and 10 deletions

View File

@@ -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',