'LBL_LOGOUT'
https://github.com/salesagility/SuiteCRM/blob/v7.10-beta-2/include/language/en_us.lang.php#L1058
https://github.com/salesagility/SuiteCRM/blob/v7.10-beta-2/include/language/en_us.lang.php#L1700
'ERR_PASSWORD_ONEUPPER'
https://github.com/salesagility/SuiteCRM/blob/v7.10-beta-2/modules/Users/language/en_us.lang.php#L75-L76
It should be 'ERR_PASSWORD_ONELOWER' on line 76.
ERR_PASSWORD_ONEUPPER isn't just a duplicated, its a bug! @Dillon-Brown
'ERR_PASSWORD_ONEUPPER' => 'Password should contains uppercase chars.',
'ERR_PASSWORD_ONEUPPER' => 'Password should contains lowercase chars.',
@horus68 @likhobory you're my language heroes :) Your great work spreads SuiteCRM to all world for many nations ;)
Fixed the ERR_PASSWORD_ONEUPPER issue in #4637 and the LBL_LOGOUT duplication in #4839. Thanks!
Most helpful comment
@horus68 @likhobory you're my language heroes :) Your great work spreads SuiteCRM to all world for many nations ;)