Add a clear message why you could end up there
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
667ca8dcb0
commit
a6a56b7481
|
@ -36,6 +36,10 @@ $urlGenerator = $_['urlGenerator'];
|
|||
])) ?>
|
||||
</p>
|
||||
|
||||
<p class="info">
|
||||
<?php print_unescaped($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>
|
||||
|
||||
<br/>
|
||||
|
||||
<p id="redirect-link">
|
||||
|
|
|
@ -35,6 +35,10 @@ $urlGenerator = $_['urlGenerator'];
|
|||
])) ?>
|
||||
</p>
|
||||
|
||||
<p class="info">
|
||||
<?php print_unescaped($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>
|
||||
|
||||
<br/>
|
||||
|
||||
<p id="redirect-link">
|
||||
|
|
Loading…
Reference in New Issue