diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-07-05 15:42:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 15:42:37 +0200 |
commit | 2100b38f3ce4dad34376c7990546142ab04911c9 (patch) | |
tree | d60b9e19fd27dc4f1b973b4f9ccf001f977434a9 /core/templates | |
parent | b9dd8ed873d0ee1f5603eaf6da3fc2fb04b5e187 (diff) | |
download | nextcloud-server-2100b38f3ce4dad34376c7990546142ab04911c9.tar.gz nextcloud-server-2100b38f3ce4dad34376c7990546142ab04911c9.zip |
Add a text string to l10n
Diffstat (limited to 'core/templates')
-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> |