> 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
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to