summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/auth_start.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/auth_start.php b/views/auth_start.php
index a6df0da..856caec 100644
--- a/views/auth_start.php
+++ b/views/auth_start.php
@@ -48,8 +48,8 @@
<form action="/auth/redirect" method="get">
<p>Choose the scope to request:</p>
<ul style="list-style-type: none;">
- <li><input type="radio" name="scope" value="create update media" checked="checked"> create update media (default)</li>
- <li><input type="radio" name="scope" value="create"> create</li>
+ <li><input type="radio" name="scope" value="profile create update media" checked="checked"> profile create update media (default)</li>
+ <li><input type="radio" name="scope" value="create"> profile create</li>
<li><input type="radio" name="scope" value="post"> post (legacy)</li>
</ul>