feat: enchance prompt mode copywriting (#1379)
This commit is contained in:
@@ -4,12 +4,12 @@ const translation = {
|
||||
line2: 'Engineering',
|
||||
},
|
||||
promptMode: {
|
||||
simple: 'Switch to Advanced Mode to edit the whole PROMPT',
|
||||
advanced: 'Advanced Mode',
|
||||
simple: 'Switch to Expert Mode to edit the whole PROMPT',
|
||||
advanced: 'Expert Mode',
|
||||
switchBack: 'Switch back',
|
||||
advancedWarning: {
|
||||
title: 'You have switched to Advanced Mode, and once you modify the PROMPT, you CANNOT return to the simple mode.',
|
||||
description: 'In Advanced Mode, you can edit whole PROMPT.',
|
||||
title: 'You have switched to Expert Mode, and once you modify the PROMPT, you CANNOT return to the basic mode.',
|
||||
description: 'In Expert Mode, you can edit whole PROMPT.',
|
||||
learnMore: 'Learn more',
|
||||
ok: 'OK',
|
||||
},
|
||||
|
Reference in New Issue
Block a user