Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Sep 20, 2024
1 parent fc7092b commit 96cac24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -929,10 +929,10 @@ function Player() {
</Tippy>
)}
{playerBanned === false && (
<span className="not-banned">{t('Player does not appear to be banned')}</span>
<span className="not-banned">{t('Not banned')}</span>
)}
{playerBanned === true && (
<span className="banned">{t('Player appears to be banned')}</span>
<span className="banned">{t('Possibly banned')}</span>
)}
</span>
)}
Expand Down

0 comments on commit 96cac24

Please sign in to comment.