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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-03 10:29:41 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-03 10:29:41 +0300
commitcf0edbaf148a4a14e666cfcba9cc68ee5ce35565 (patch)
treed3ea21b3f0ceca3fa74f2cf6fc7fb7c189560538 /templates
parent1c5f80ddc5f9c682e302e9a868022e780913addd (diff)
make "Login options" translatable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'templates')
-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']) { ?>