Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-07-05 16:40:00 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-05 17:38:12 +0300
commit5e93d571e00abd3d9c20920d9b3f6eaaf00e44e5 (patch)
tree60d2229f30ec42d00d719a14c8244c885c12dc3a /core/templates
parentafb71260221501ac75c3581e49f5538bef7ebba2 (diff)
Add a text string to l10n
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/loginflow/authpicker.php2
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>