aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-25 01:26:16 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-25 01:26:16 -0700
commitd2f37e3b6fb0754468abfc16666dbeb86e7bf7f6 (patch)
tree4ea18d873e6f2aabf556d546354754f7d08a0ff1
parent71767853b0f65352b7418cc9a14f17acc5dbd9b8 (diff)
change AI disclaimer wording
-rw-r--r--site/src/components/NewsFeed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/components/NewsFeed.tsx b/site/src/components/NewsFeed.tsx
index 3e6f6b9..93392eb 100644
--- a/site/src/components/NewsFeed.tsx
+++ b/site/src/components/NewsFeed.tsx
@@ -106,7 +106,7 @@ export const NewsFeed: React.FC<NewsFeedProps> = ({ newsItems }) => {
{/* AI Disclaimer */}
{news.is_ai_summary && (
<div className={`${isMoe ? "bg-pink-200 text-pink-800" : "bg-gray-800 text-white"} px-3 py-1 text-xs text-center`}>
- The information above is summarized by AI / 上記の情報はAIによって生成されました。
+ The information above is written by AI / 上記の情報はAIによって生成されました。
</div>
)}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage