Skip to content

Commit

Permalink
fix: translation issue with community entry in thumbnav (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0v1s authored Apr 21, 2024
1 parent 8aab139 commit 8f047ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/soapbox/components/thumb_navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const ThumbNavigation: React.FC<{ className?: string }> = ({ className = '', ...
<ThumbNavigationLink
active={pathname.startsWith('/timeline')}
src={require('@tabler/icons/building-community.svg')}
text={<FormattedMessage id='navigation.community' defaultMessage='Communauté' />}
text={<FormattedMessage id='navigation.community' defaultMessage='Community' />}
onClick={handleCommunityClick}
/>

Expand Down

0 comments on commit 8f047ef

Please sign in to comment.