diff --git a/products/frontend/src/routes/Login/index.tsx b/products/frontend/src/routes/Login/index.tsx index b5d2702..d5f8aee 100644 --- a/products/frontend/src/routes/Login/index.tsx +++ b/products/frontend/src/routes/Login/index.tsx @@ -28,7 +28,7 @@ const Login: FC = () => { return (
- <Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」について、一切の責任を負いかねますのでご了承ください。" /> + <Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」の利用について、一切の責任を負いかねますのでご了承ください。" /> <p className={styles.description}>Discord または Google アカウントを使用してログインしてください。</p> <div className={styles.container}> <LoginButton onClick={handleDiscordSignin} Icon={FaDiscord} label="Discord" /> diff --git a/products/frontend/src/routes/Root/index.tsx b/products/frontend/src/routes/Root/index.tsx index 345ab6c..237b092 100644 --- a/products/frontend/src/routes/Root/index.tsx +++ b/products/frontend/src/routes/Root/index.tsx @@ -43,7 +43,7 @@ const Root: FC = () => { return ( <> <Logo content="Pay Crew2" /> - <Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」について、一切の責任を負いかねますのでご了承ください。" /> + <Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」の利用について、一切の責任を負いかねますのでご了承ください。" /> <Description content="Pay Crew2は、友人や家族と簡単に割り勘やお金の貸し借りを管理できるアプリケーションです。" /> {(infoAboutGroupsTheUserBelongsToQuery.isPending || infoAboutUserTransactionsQuery.isPending) && ( <Loading content="データを取得中..." />