From 00f093cc645b14bc7b2a62a43aae0de285858788 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Wed, 6 Aug 2014 16:39:32 -0400 Subject: [PATCH] Tweak the text on the dangerous scope authorization. --- templates/oauthorize.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/oauthorize.html b/templates/oauthorize.html index dd3d0f29c..a83055fd4 100644 --- a/templates/oauthorize.html +++ b/templates/oauthorize.html @@ -39,7 +39,7 @@ {% if scope.dangerous %} {% endif %} @@ -49,7 +49,7 @@
{% if scope.dangerous %} -
Warning! This scope grants a lot of power. Be careful when authorizing it!
+
This scope grants permissions which are potentially dangerous. Be careful when authorizing it!
{% endif %} {{ scope.description }} @@ -91,10 +91,9 @@