diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-12 19:29:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-12 19:29:49 +0200 |
commit | ebdfcb1fe3056635cf4aeb2e6b23766e752056ea (patch) | |
tree | beb41c65bdc08b9be7740588fd7ba522c95d8836 | |
parent | 6b5c6e580bf1025d9e506748bd5c38bd799011b5 (diff) | |
download | nextcloud-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.php | 1 |
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> |