summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 19:29:49 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 19:29:49 +0200
commitebdfcb1fe3056635cf4aeb2e6b23766e752056ea (patch)
treebeb41c65bdc08b9be7740588fd7ba522c95d8836
parent6b5c6e580bf1025d9e506748bd5c38bd799011b5 (diff)
downloadnextcloud-server-ebdfcb1fe3056635cf4aeb2e6b23766e752056ea.tar.gz
nextcloud-server-ebdfcb1fe3056635cf4aeb2e6b23766e752056ea.zip
Add heading to account access page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--core/templates/loginflow/authpicker.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php
index c427d657e4a..40c18674170 100644
--- a/core/templates/loginflow/authpicker.php
+++ b/core/templates/loginflow/authpicker.php
@@ -28,6 +28,7 @@ $urlGenerator = $_['urlGenerator'];
?>
<div class="picker-window">
+ <h2><?php p($l->t('Account access')) ?></h2>
<p class="info">
<?php p($l->t('You are about to grant "%s" access to your %s account.', [$_['client'], $_['instanceName']])) ?>
</p>