Merge pull request #27810 from nextcloud/Valdnet-patch-1

Add a text string to l10n
This commit is contained in:
Lukas Reschke 2021-07-05 16:36:20 +02:00 committed by GitHub
commit d35a915a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ $urlGenerator = $_['urlGenerator'];
</p>
<span class="warning">
<h3><?php p('Security warning') ?></h3>
<h3><?php p($l->t('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>

View file

@ -36,7 +36,7 @@ $urlGenerator = $_['urlGenerator'];
</p>
<span class="warning">
<h3><?php p('Security warning') ?></h3>
<h3><?php p($l->t('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>