diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-29 23:57:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-29 23:57:47 -0700 |
| commit | c8a90d8f526941f9afe47156ddc4840c0b218fc9 (patch) | |
| tree | 5d0efeffe517fc9bf8b261c7b58d8b9d0eb18908 /site/src/components/NewsFeed.tsx | |
| parent | 83395fc908fecd237b2df137c123c3cd91a39b68 (diff) | |
fix machine tl disclaimer wording
Diffstat (limited to 'site/src/components/NewsFeed.tsx')
| -rw-r--r-- | site/src/components/NewsFeed.tsx | 2 |
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> )} |
