fix: duplicate words in dialog options (#5944)

thinking-toggle-wip
Lekë Dobruna 2025-12-22 16:56:32 +01:00 committed by Aiden Cline
parent 9236478182
commit 59cc15ecde
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export function DialogMessage(props: {
{
title: "Copy",
value: "message.copy",
description: "copy message text to clipboard",
description: "message text to clipboard",
onSelect: async (dialog) => {
const msg = message()
if (!msg) return

View File

@ -11,7 +11,7 @@ export function DialogSubagent(props: { sessionID: string }) {
{
title: "Open",
value: "subagent.view",
description: "open the subagent's session",
description: "the subagent's session",
onSelect: (dialog) => {
route.navigate({
type: "session",