fix(settings): shorten Follow-up behavior option labels to Steer / Queue
The parenthetical explanations wrapped to two lines and added little — the section header already gives context and the two terms are self-explanatory.
This commit is contained in:
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'Follow-up behavior',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'Follow-up behavior: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'Choose what happens when you press Enter on a follow-up message while the agent is still responding.',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer (insert into the running turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue (deliver after the current turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue',
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
"settings.openchamber.visual.section.followUpBehaviorAria": "Follow-up behavior",
|
||||
"settings.openchamber.visual.field.followUpBehaviorAria": "Follow-up behavior: {option}",
|
||||
"settings.openchamber.visual.field.followUpBehaviorDescription": "Choose what happens when you press Enter on a follow-up message while the agent is still responding.",
|
||||
"settings.openchamber.visual.option.followUpBehavior.steer.label": "Steer (insert into the running turn)",
|
||||
"settings.openchamber.visual.option.followUpBehavior.queue.label": "Queue (deliver after the current turn)",
|
||||
"settings.openchamber.visual.option.followUpBehavior.steer.label": "Steer",
|
||||
"settings.openchamber.visual.option.followUpBehavior.queue.label": "Queue",
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'Follow-up behavior',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'Follow-up behavior: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'Choose what happens when you press Enter on a follow-up message while the agent is still responding.',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer (insert into the running turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue (deliver after the current turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue',
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'フォローアップの動作',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'フォローアップの動作: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'エージェントが応答している間にフォローアップメッセージで Enter を押したときの動作を選択します。',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'ステア(実行中のターンに挿入)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'キュー(現在のターンの後に送信)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'ステア',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'キュー',
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'Follow-up behavior',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'Follow-up behavior: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'Choose what happens when you press Enter on a follow-up message while the agent is still responding.',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer (insert into the running turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue (deliver after the current turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue',
|
||||
} as const;
|
||||
|
||||
@@ -1796,6 +1796,6 @@ export const settingsDict = {
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'Follow-up behavior',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'Follow-up behavior: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'Choose what happens when you press Enter on a follow-up message while the agent is still responding.',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer (insert into the running turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue (deliver after the current turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue',
|
||||
};
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
"settings.openchamber.visual.section.followUpBehaviorAria": "Follow-up behavior",
|
||||
"settings.openchamber.visual.field.followUpBehaviorAria": "Follow-up behavior: {option}",
|
||||
"settings.openchamber.visual.field.followUpBehaviorDescription": "Choose what happens when you press Enter on a follow-up message while the agent is still responding.",
|
||||
"settings.openchamber.visual.option.followUpBehavior.steer.label": "Steer (insert into the running turn)",
|
||||
"settings.openchamber.visual.option.followUpBehavior.queue.label": "Queue (deliver after the current turn)",
|
||||
"settings.openchamber.visual.option.followUpBehavior.steer.label": "Steer",
|
||||
"settings.openchamber.visual.option.followUpBehavior.queue.label": "Queue",
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
"settings.openchamber.visual.section.followUpBehaviorAria": "Follow-up behavior",
|
||||
"settings.openchamber.visual.field.followUpBehaviorAria": "Follow-up behavior: {option}",
|
||||
"settings.openchamber.visual.field.followUpBehaviorDescription": "Choose what happens when you press Enter on a follow-up message while the agent is still responding.",
|
||||
"settings.openchamber.visual.option.followUpBehavior.steer.label": "Steer (insert into the running turn)",
|
||||
"settings.openchamber.visual.option.followUpBehavior.queue.label": "Queue (deliver after the current turn)",
|
||||
"settings.openchamber.visual.option.followUpBehavior.steer.label": "Steer",
|
||||
"settings.openchamber.visual.option.followUpBehavior.queue.label": "Queue",
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@ export const settingsDict = {
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'Follow-up behavior',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'Follow-up behavior: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'Choose what happens when you press Enter on a follow-up message while the agent is still responding.',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer (insert into the running turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue (deliver after the current turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue',
|
||||
} as const;
|
||||
|
||||
@@ -1804,6 +1804,6 @@
|
||||
'settings.openchamber.visual.section.followUpBehaviorAria': 'Follow-up behavior',
|
||||
'settings.openchamber.visual.field.followUpBehaviorAria': 'Follow-up behavior: {option}',
|
||||
'settings.openchamber.visual.field.followUpBehaviorDescription': 'Choose what happens when you press Enter on a follow-up message while the agent is still responding.',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer (insert into the running turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue (deliver after the current turn)',
|
||||
'settings.openchamber.visual.option.followUpBehavior.steer.label': 'Steer',
|
||||
'settings.openchamber.visual.option.followUpBehavior.queue.label': 'Queue',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user