diff --git a/webui/src/App.tsx b/webui/src/App.tsx index 43729e05b..c7a5e942d 100644 --- a/webui/src/App.tsx +++ b/webui/src/App.tsx @@ -2718,7 +2718,6 @@ function Shell({ addPaneDisabled={creatingPane || activePaneLimitReached} addPaneDisabledLabel={activePaneLimitReached ? t("workbench.paneLimit", { - defaultValue: "Maximum {{count}} panes", count: MAX_WORKBENCH_PANES, }) : undefined} @@ -2812,7 +2811,6 @@ function Shell({ composerPortalTarget={context.composerPortalTarget} composerActive={context.active} composerInputAriaLabel={t("workbench.composerAria", { - defaultValue: "Message {{title}}", title: pane.title, })} emptyComposerVariant="thread" diff --git a/webui/src/components/ChatList.tsx b/webui/src/components/ChatList.tsx index 2d178244e..e8d4735ae 100644 --- a/webui/src/components/ChatList.tsx +++ b/webui/src/components/ChatList.tsx @@ -1013,9 +1013,7 @@ export const ChatList = memo(function ChatList({ {paneGroup && onCreateTab ? ( onCreateTab(s.key)}> - {t("workbench.createGroup", { - defaultValue: "Create group", - })} + {t("workbench.createGroup")} ) : null} {paneGroup && onAttachPane ? ( @@ -1220,7 +1218,7 @@ function WorkbenchTabHeader({ {onDissolve ? ( - {t("workbench.dissolveTab", { defaultValue: "Dissolve group" })} + {t("workbench.dissolveTab")} ) : null} - {t("workbench.deleteConversations", { - defaultValue: "Delete all chats", - })} + {t("workbench.deleteConversations")} @@ -1322,10 +1318,7 @@ function ActivePaneRows({ return (