diff options
Diffstat (limited to 'site/src/components')
| -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> )} |
