mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): update editing message in agents chat input (#23283)
Updates the editing banner message in the agents chat input from: > Editing message — all subsequent messages will be deleted to: > Editing will delete all subsequent messages and restart the conversation here. --- PR generated with Coder Agents
This commit is contained in:
@@ -642,7 +642,7 @@ export const AgentChatInput = memo<AgentChatInputProps>(
|
||||
<PencilIcon className="h-3.5 w-3.5" />
|
||||
{isLoading
|
||||
? "Saving edit..."
|
||||
: "Editing message \u2014 all subsequent messages will be deleted"}
|
||||
: "Editing will delete all subsequent messages and restart the conversation here."}
|
||||
</span>
|
||||
<Button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user