mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
• Add missing string
• Move attribute to login-forms
This commit is contained in:
parent
bbcc187c02
commit
e2777ded8e
@ -277,6 +277,7 @@ en:
|
|||||||
PLURALS:
|
PLURALS:
|
||||||
one: 'A Member'
|
one: 'A Member'
|
||||||
other: '{count} Members'
|
other: '{count} Members'
|
||||||
|
REMEMBERME: 'Remember me next time? (for {count} days on this device)'
|
||||||
SINGULARNAME: Member
|
SINGULARNAME: Member
|
||||||
SUBJECTPASSWORDCHANGED: 'Your password has been changed'
|
SUBJECTPASSWORDCHANGED: 'Your password has been changed'
|
||||||
SUBJECTPASSWORDRESET: 'Your password reset link'
|
SUBJECTPASSWORDRESET: 'Your password reset link'
|
||||||
|
@ -64,7 +64,6 @@ class CMSMemberLoginForm extends MemberLoginForm
|
|||||||
[ 'count' => RememberLoginHash::config()->uninherited('token_expiry_days') ]
|
[ 'count' => RememberLoginHash::config()->uninherited('token_expiry_days') ]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
->setAttribute('data-toggle', 'tooltip')
|
|
||||||
->setAttribute(
|
->setAttribute(
|
||||||
'title',
|
'title',
|
||||||
_t(
|
_t(
|
||||||
|
@ -159,7 +159,6 @@ class MemberLoginForm extends BaseLoginForm
|
|||||||
[ 'count' => RememberLoginHash::config()->uninherited('token_expiry_days') ]
|
[ 'count' => RememberLoginHash::config()->uninherited('token_expiry_days') ]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
->setAttribute('data-toggle', 'tooltip')
|
|
||||||
->setAttribute(
|
->setAttribute(
|
||||||
'title',
|
'title',
|
||||||
_t(
|
_t(
|
||||||
|
Loading…
Reference in New Issue
Block a user