From c8a90d8f526941f9afe47156ddc4840c0b218fc9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 29 Apr 2025 23:57:47 -0700 Subject: fix machine tl disclaimer wording --- site/src/components/NewsFeed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ({ newsItems }) => { {/* Machine TL Disclaimer */} {hasTranslation && isEnglish && (
- This text above is machine translated and may contain accuracies + The information above is machine translated and may contain inaccuracies
)} -- cgit v1.2.3