Merge pull request #21751 from nextcloud/backport/21706/stable19
[stable19] Add a clear message why you could end up there
This commit is contained in:
commit
2f963f4d63
|
@ -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