Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
e828e536
Commit
e828e536
authored
Sep 09, 2021
by
Stephan Großberndt
Browse files
[TASK] Add "for one week" to the remember_me label
parent
bce590c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/static/loginform_16
04607499
.cache.js
→
assets/static/loginform_16
31210528
.cache.js
View file @
e828e536
...
...
@@ -61,6 +61,12 @@
?
passwordHeader
.
textContent
:
"
Password
"
;
}
var
labels
=
document
.
getElementsByTagName
(
'
label
'
);
for
(
var
i
=
0
;
i
<
labels
.
length
;
i
++
)
{
if
(
labels
[
i
].
htmlFor
===
'
f_remember
'
)
{
labels
[
i
].
innerHTML
=
'
Remember me for one week
'
;
}
}
}
/**
* The error message will be rendered outside the login form.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment