From e1bf975c8c1d5608f1a83dea1dfa72e7b4ddd908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=9C=A0=EC=A7=84?= Date: Fri, 28 Jun 2024 14:21:31 +0900 Subject: [PATCH] fix: fix UX writing --- .../src/components/organisms/ButtonBar.tsx | 2 +- .../src/components/templates/LowerTemplate.tsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/renderer/src/components/organisms/ButtonBar.tsx b/src/renderer/src/components/organisms/ButtonBar.tsx index 0f69c01..e196327 100644 --- a/src/renderer/src/components/organisms/ButtonBar.tsx +++ b/src/renderer/src/components/organisms/ButtonBar.tsx @@ -51,7 +51,7 @@ const ButtonBar: FC = ({ onForceQuitClick }) => { Force Quit )} diff --git a/src/renderer/src/components/templates/LowerTemplate.tsx b/src/renderer/src/components/templates/LowerTemplate.tsx index 5418b82..c982010 100644 --- a/src/renderer/src/components/templates/LowerTemplate.tsx +++ b/src/renderer/src/components/templates/LowerTemplate.tsx @@ -60,15 +60,15 @@ const LowerTemplate: FC = () => { } - content={`The details such as the ${mode === 'analyze' ? 'analysis' : 'comparison'} list that you've added will be maintained.`} + content={`The details, including the ${mode === 'analyze' ? 'analysis' : 'comparison'} list you have added, will be maintained.`} buttons={[ , ]} /> @@ -79,10 +79,10 @@ const LowerTemplate: FC = () => { content={`If you want to view the ${mode === 'analyze' ? 'analysis' : 'comparison'} results, please open the storage path to check.`} buttons={[ , ]} /> @@ -93,10 +93,10 @@ const LowerTemplate: FC = () => { content="Please try again or contact the support center for assistance." buttons={[ , ]} />