diff --git a/client/src/routes/player/Account.jsx b/client/src/routes/player/Account.jsx index 8608ce4..7465233 100644 --- a/client/src/routes/player/Account.jsx +++ b/client/src/routes/player/Account.jsx @@ -151,17 +151,20 @@ function Reach({ reach }) { {reach.map((server) => ( + {/* The word, not only the dot. A filled circle beside a hollow one is + the whole difference between "you have this in game" and "you do + not yet", which is more than a shape should have to carry โ€” and a + reader who cannot tell the two apart gets no answer at all. */} {server.live ? 'โ— ' : 'โ—‹ '} - {server.name} + {server.name} ยท {server.live ? 'has it' : 'waiting'} ))} @@ -250,7 +253,7 @@ function Held({ accounts }) { {accounts > 0 && waiting && (

- A hollow dot is a server that has not confirmed it yet. One that is offline catches up + A server marked waiting has not confirmed it yet. One that is offline catches up when it comes back.

)}