diff --git a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs
index 4fa647c1..063831a6 100644
--- a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs
+++ b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs
@@ -2,11 +2,20 @@
- Oops, looks like something went wrong!
+ Sorry, something went missing.
+
- It looks like we don't have authorization to access your GitHub account.
- Please review your GitHub settings and try again.
+ It looks like we don't have sufficient privileges for your GitHub account.
+ This can happen for different reasons, most commonly due to an older token
+ stored on our end, or because some of the permissions have been removed
+ from the token. Unfortunately we need those to provide you with the best service.
+
+ Luckily, the issue can be easily corrected by going through the login flow
+ once again. Make sure the permissions we ask for are all available.
+
+ For more information about the OAuth scopes and what we need them for,
+ [check our documentation on this topic](http://docs.travis-ci.com/user/github-oauth-scopes/).