mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Add heading to account access page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
6b5c6e580b
commit
ebdfcb1fe3
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue