summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-07-05 16:36:20 +0200
committerGitHub <noreply@github.com>2021-07-05 16:36:20 +0200
commitd35a915a531ae3f7e79956639ecb8b1f3b436ca2 (patch)
treed60b9e19fd27dc4f1b973b4f9ccf001f977434a9
parent415d7049591d6b5c92f682450941373e1ae34872 (diff)
parent2100b38f3ce4dad34376c7990546142ab04911c9 (diff)
downloadnextcloud-server-d35a915a531ae3f7e79956639ecb8b1f3b436ca2.tar.gz
nextcloud-server-d35a915a531ae3f7e79956639ecb8b1f3b436ca2.zip
Merge pull request #27810 from nextcloud/Valdnet-patch-1
Add a text string to l10n
-rw-r--r--core/templates/loginflow/authpicker.php2
-rw-r--r--core/templates/loginflowv2/authpicker.php2
2 files changed, 2 insertions, 2 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>
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>