Browse Source

Add a text string to l10n

pull/27810/head
Valdnet 5 years ago
committed by GitHub
parent
commit
b9dd8ed873
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/templates/loginflow/authpicker.php

2
core/templates/loginflow/authpicker.php

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

Loading…
Cancel
Save