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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-09-03 12:01:15 +0300
committerGitHub <noreply@github.com>2020-09-03 12:01:15 +0300
commit90bc1b25b6a5d985081b22e9dff401e2aac2fdb5 (patch)
treed3ea21b3f0ceca3fa74f2cf6fc7fb7c189560538
parent1c5f80ddc5f9c682e302e9a868022e780913addd (diff)
parentcf0edbaf148a4a14e666cfcba9cc68ee5ce35565 (diff)
Merge pull request #439 from nextcloud/fix/noid/l10n-login-options
make "Login options" translatable
-rw-r--r--templates/selectUserBackEnd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/selectUserBackEnd.php b/templates/selectUserBackEnd.php
index 11877e82..7d29002e 100644
--- a/templates/selectUserBackEnd.php
+++ b/templates/selectUserBackEnd.php
@@ -8,7 +8,7 @@ script('user_saml', 'selectUserBackEnd');
<div id="saml-select-user-back-end">
-<h1>Login options:</h1>
+<h1><?php p($l->t('Login options:')); ?></h1>
<?php if($_['useCombobox']) { ?>