diff --git a/src/renderer/src/pages/home/components/Inputbar.tsx b/src/renderer/src/pages/home/components/Inputbar.tsx index 00c71c57..e03214eb 100644 --- a/src/renderer/src/pages/home/components/Inputbar.tsx +++ b/src/renderer/src/pages/home/components/Inputbar.tsx @@ -135,8 +135,7 @@ const Inputbar: FC = ({ assistant, setActiveTopic }) => { description={t('assistant.input.clear.content')} placement="top" onConfirm={clearTopic} - okText="Clear" - cancelText="Cancel"> + okText={t('assistant.input.clear')}>