Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move header into h3
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Jun 23, 2021
commit 6030dbe064a00c70a33d9d098db0f050386ec0a7
9 changes: 6 additions & 3 deletions core/templates/loginflow/authpicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@
])) ?>
</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/>

Expand Down
9 changes: 6 additions & 3 deletions core/templates/loginflowv2/authpicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
])) ?>
</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/>

Expand Down