Add heading to account access page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-08-12 19:29:49 +02:00
parent 6b5c6e580b
commit ebdfcb1fe3
1 changed files with 1 additions and 0 deletions

View File

@ -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>