summaryrefslogtreecommitdiffstats
path: root/settings/templates/oauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates/oauth.php')
-rw-r--r--settings/templates/oauth.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/oauth.php b/settings/templates/oauth.php
index b9fa67d8a35..053a8aee6d3 100644
--- a/settings/templates/oauth.php
+++ b/settings/templates/oauth.php
@@ -6,7 +6,7 @@
*/
?>
<div id="oauth-request" class="guest-container">
- <p><strong><?php echo $_['consumer']['name']; ?></strong> is requesting permission to read, write, modify and delete data from the following apps:</p>
+ <p><strong><?php echo $_['consumer']['name']; ?></strong> is requesting your permission to read, write, modify and delete data from the following apps:</p>
<ul>
<?php
// Foreach requested scope
@@ -15,6 +15,6 @@
}
?>
</ul>
- <button>Allow</button>
- <button>Disallow</button>
+ <a href="#" class="button">Allow</a>
+ <a href="#" class="button">Disallow</a>
</div>