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
path: root/core
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-07-05 16:42:37 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-05 17:38:12 +0300
commitf6f85478a05476cdc5f9604b959d2604b3a929d7 (patch)
tree90d31e344c2064638b86342ce4e61fffa53e5feb /core
parent5e93d571e00abd3d9c20920d9b3f6eaaf00e44e5 (diff)
Add a text string to l10n
Diffstat (limited to 'core')
-rw-r--r--core/templates/loginflowv2/authpicker.php2
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>