diff --git a/website/page/faq.php b/website/page/faq.php
index a8787dd5..3f63258e 100644
--- a/website/page/faq.php
+++ b/website/page/faq.php
@@ -70,23 +70,25 @@ The data from the Niantic server is download in square tiles. Sometimes requests
visually. The outline colour shows the state of the request:
- Blue: data requested, waiting for response
+- Grey: queued, waiting for other requests to finish
- Green: successful request/cached data fresh
- Red: Dark red for a complete request failure, lighter red for an individual tile timeout
The colour within the square shows the state of the data:
-- Grey: data requested, waiting for response
+- Blue: data requested, waiting for response
+- Grey: queued, waiting for other requests to complete
- Green: successful request
- Yellow: data from cache
- Red: request failed - no data from cache
The status message at the bottom-right of the screen gives a summary.
-- If all requests were succesful/fresh from cache (i.e. all green borders) the status is 'Up to Date'.
+- If all requests were succesful/fresh from cache (i.e. all green borders) the status is 'Done'.
- If some requests failed, but cached data was available (i.e. some red border/yellow fill) the status is 'Out of date'.
- If some requests failed, but no cached data was available (i.e. some red border/red fill) the status is 'Error'.
-The tooltip for this message gives the counts of successful/cached/stale/failed map data tiles.
+The tooltip for this message gives more details.