diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-07-05 15:40:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 15:40:00 +0200 |
commit | b9dd8ed873d0ee1f5603eaf6da3fc2fb04b5e187 (patch) | |
tree | a1f8d9761709cc9f84eb40da5ee1c695ea72d6ff /core/templates/loginflow | |
parent | 415d7049591d6b5c92f682450941373e1ae34872 (diff) | |
download | nextcloud-server-b9dd8ed873d0ee1f5603eaf6da3fc2fb04b5e187.tar.gz nextcloud-server-b9dd8ed873d0ee1f5603eaf6da3fc2fb04b5e187.zip |
Add a text string to l10n
Diffstat (limited to 'core/templates/loginflow')
-rw-r--r-- | core/templates/loginflow/authpicker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php index b36fbb1d2f3..02b4b9cc003 100644 --- a/core/templates/loginflow/authpicker.php +++ b/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> |