aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-29 23:57:47 -0700
committerGitHub <noreply@github.com>2025-04-29 23:57:47 -0700
commitc8a90d8f526941f9afe47156ddc4840c0b218fc9 (patch)
tree5d0efeffe517fc9bf8b261c7b58d8b9d0eb18908 /site
parent83395fc908fecd237b2df137c123c3cd91a39b68 (diff)
fix machine tl disclaimer wording
Diffstat (limited to 'site')
-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 8d46b3c..4b90a24 100644
--- a/site/src/components/NewsFeed.tsx
+++ b/site/src/components/NewsFeed.tsx
@@ -113,7 +113,7 @@ export const NewsFeed: React.FC<NewsFeedProps> = ({ newsItems }) => {
{/* Machine TL Disclaimer */}
{hasTranslation && isEnglish && (
<div className={`${isMoe ? "bg-pink-200 text-pink-800" : "bg-gray-800 text-white"} px-3 py-2 text-xs text-center`}>
- This text above is machine translated and may contain accuracies
+ The information above is machine translated and may contain inaccuracies
</div>
)}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage