diff --git a/synapse/rest/client/v1/presence.py b/synapse/rest/client/v1/presence.py
index 27ea5f2a438a9e4fd9af1b562e490d6291617313..bbfa1d6ac4b2223524b7863f0e3948978e3fcdc0 100644
--- a/synapse/rest/client/v1/presence.py
+++ b/synapse/rest/client/v1/presence.py
@@ -41,7 +41,7 @@ class PresenceStatusRestServlet(ClientV1RestServlet):
             )
 
             if not allowed:
-                raise AuthError(403, "You are allowed to see their presence.")
+                raise AuthError(403, "You are not allowed to see their presence.")
 
         state = yield self.handlers.presence_handler.get_state(target_user=user)