• Add missing string

• Move attribute to login-forms
This commit is contained in:
André Kiste 2021-04-13 15:33:49 +12:00
parent bbcc187c02
commit e2777ded8e
3 changed files with 1 additions and 2 deletions

View File

@ -277,6 +277,7 @@ en:
PLURALS:
one: 'A Member'
other: '{count} Members'
REMEMBERME: 'Remember me next time? (for {count} days on this device)'
SINGULARNAME: Member
SUBJECTPASSWORDCHANGED: 'Your password has been changed'
SUBJECTPASSWORDRESET: 'Your password reset link'

View File

@ -64,7 +64,6 @@ class CMSMemberLoginForm extends MemberLoginForm
[ 'count' => RememberLoginHash::config()->uninherited('token_expiry_days') ]
)
)
->setAttribute('data-toggle', 'tooltip')
->setAttribute(
'title',
_t(

View File

@ -159,7 +159,6 @@ class MemberLoginForm extends BaseLoginForm
[ 'count' => RememberLoginHash::config()->uninherited('token_expiry_days') ]
)
)
->setAttribute('data-toggle', 'tooltip')
->setAttribute(
'title',
_t(