Nima Samadi wrote:

Is there a way to change the "Ticket" in Re: [Ticket#...] in the subject of the outgoing emails to desired language? For example -> Re: [Ärende#...] And
how would this affect the system?

See http://doc.otrs.org/2.0/en/html/x7930.html#Ticket:Core::Ticket

You have to set/change $Self->{Ticket::Hook} in /opt/otrs/Kernel/ Config.pm. I have the default in there:

        $Self->{Ticket::Hook} = 'Ticket#';

But you could change it to:

        $Self->{Ticket::Hook} = 'Ärende#';

Nils Breunese.
_______________________________________________
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 orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to