Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Sep 19, 2024
1 parent 8f41bf7 commit fc7092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ function Player() {
{playerData.aid !== 0 && !playerData.saved && (
<span>
{typeof playerBanned === 'undefined' && (
<Tippy content={t('Check if user appears to be banned')}>
<Tippy content={t('Check if player appears to be banned')}>
<button ref={bannedButtonRef} className="profile-button banned-btn" onClick={() => {
bannedButtonRef.current.disabled = true;
checkBanned();
Expand Down

0 comments on commit fc7092b

Please sign in to comment.