Skip to content

Commit

Permalink
Display xid as XUID
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Jun 29, 2024
1 parent 040e37b commit d55449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/manager/src/ui/src/pages/BotDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function BotDetails () {
<div>{info.gamertag}</div>
</div>
<div className='flex justify-between mb-4'>
<div className='font-bold'>Xid:</div>
<div className='font-bold'>XUID:</div>
<div>{info.xid}</div>
</div>
<div className='flex justify-between mb-4'>
Expand Down

0 comments on commit d55449d

Please sign in to comment.