[otrs] Unable to change login.pl text
Lars Jørgensen
ITLJ at gyldendal.dk
Thu Jan 10 08:08:56 GMT 2008
> I changed the following texts in login.pl, but the texts
> displayed on the webpage are still the same...
>
> "Login failed! Your username or password was entered incorrectly."
> "Logout successful. Thank you for using OTRS!" etc, etc
>
> Any ideas what I need to do?
I think you're supposed to do this in Kernel/Languages. I presume you're using English, so edit en.pm and insert the following two lines in the "$Self->{Translation}" section:
$Self->{Translation} = {
[...]
'Login failed! Your username or password was entered incorrectly.' => 'Your new text here'
'Logout successful. Thank you for using OTRS!' => 'Your new text here'
[...]
If this is the wrong way to do it, hopefully someone will present the correct solution. I'm pretty new to OTRS myself.
--
Lars
More information about the otrs
mailing list