Skip to content

Commit

Permalink
fix: missing join translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Dec 29, 2023
1 parent b147e73 commit e532995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/auth/Blocked.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function Blocked() {
</Button>
{discordInvite && (
<DiscordLogin href={discordInvite} size="small">
join
{t('join')}
</DiscordLogin>
)}
</CardActions>
Expand Down

0 comments on commit e532995

Please sign in to comment.