Move header into h3

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-06-23 15:12:03 +02:00
parent a1fe771a7d
commit 6030dbe064
2 changed files with 12 additions and 6 deletions

View File

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

View File

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