Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-privacyidea
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
simplesamlphp-module-privacyidea
Commits
16001418
Verified
Commit
16001418
authored
3 years ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
fix: move label to translations
parent
78c93bc6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dictionaries/privacyidea.definition.json
+3
-0
3 additions, 0 deletions
dictionaries/privacyidea.definition.json
templates/loginform.php
+1
-1
1 addition, 1 deletion
templates/loginform.php
with
4 additions
and
1 deletion
dictionaries/privacyidea.definition.json
+
3
−
0
View file @
16001418
...
@@ -38,6 +38,9 @@
...
@@ -38,6 +38,9 @@
"u2fNotWorking"
:
{
"u2fNotWorking"
:
{
"en"
:
"U2F is currently not working."
"en"
:
"U2F is currently not working."
},
},
"alternate_login_options"
:
{
"en"
:
"Alternate login options:"
},
"tryAgain"
:
{
"tryAgain"
:
{
"en"
:
"Try Again"
"en"
:
"Try Again"
}
}
...
...
This diff is collapsed.
Click to expand it.
templates/loginform.php
+
1
−
1
View file @
16001418
...
@@ -242,7 +242,7 @@ if ($this->data['errorCode'] !== NULL)
...
@@ -242,7 +242,7 @@ if ($this->data['errorCode'] !== NULL)
</div>
<!-- form-panel -->
</div>
<!-- form-panel -->
<div
id=
"AlternateLoginOptions"
class=
"groupMargin"
>
<div
id=
"AlternateLoginOptions"
class=
"groupMargin"
>
<h3><label>
A
lternate
login
options
:
</label></h3>
<h3><label>
<?php
echo
$this
->
t
(
'{privacyidea:privacyidea:a
lternate
_
login
_
options
}'
);
?>
</label></h3>
<!-- Alternate Login Options-->
<!-- Alternate Login Options-->
<input
id=
"useWebAuthnButton"
name=
"useWebAuthnButton"
type=
"button"
value=
"WebAuthn"
/>
<input
id=
"useWebAuthnButton"
name=
"useWebAuthnButton"
type=
"button"
value=
"WebAuthn"
/>
<input
id=
"usePushButton"
name=
"usePushButton"
type=
"button"
value=
"Push"
/>
<input
id=
"usePushButton"
name=
"usePushButton"
type=
"button"
value=
"Push"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment