diff options
-rw-r--r-- | core/templates/loginflowv2/authpicker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php index 06ed0b0f4e5..ce993ea2092 100644 --- a/core/templates/loginflowv2/authpicker.php +++ b/core/templates/loginflowv2/authpicker.php @@ -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> |