diff options
Diffstat (limited to 'core')
-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> |