mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Move header into h3
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
a1fe771a7d
commit
6030dbe064
2 changed files with 12 additions and 6 deletions
|
|
@ -36,9 +36,12 @@ $urlGenerator = $_['urlGenerator'];
|
|||
])) ?>
|
||||
</p>
|
||||
|
||||
<p class="warning">
|
||||
<?php print_unescaped($l->t('<strong>Security warning:</strong> If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
|
||||
</p>
|
||||
<span class="warning">
|
||||
<h3><?php p('Security warning') ?></h3>
|
||||
<p>
|
||||
<?php p($l->t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
|
||||
</p>
|
||||
</span>
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
|
|||
|
|
@ -35,9 +35,12 @@ $urlGenerator = $_['urlGenerator'];
|
|||
])) ?>
|
||||
</p>
|
||||
|
||||
<p class="warning">
|
||||
<?php print_unescaped($l->t('<strong>Security warning:</strong> If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
|
||||
</p>
|
||||
<span class="warning">
|
||||
<h3><?php p('Security warning') ?></h3>
|
||||
<p>
|
||||
<?php p($l->t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
|
||||
</p>
|
||||
</span>
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue