Skip to content
Merged
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
Next Next commit
Add a text string to l10n
  • Loading branch information
Valdnet authored Jul 5, 2021
commit b9dd8ed873d0ee1f5603eaf6da3fc2fb04b5e187
2 changes: 1 addition & 1 deletion core/templates/loginflow/authpicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</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>
Expand Down