[TYPO3-seminars] solved: ThankYouMail salutation wrong "Guten Tag"
Dirk Fischer
dbfischer at web.de
Tue Dec 28 12:41:52 CET 2010
Sascha was right but there was a typing error in his solution.
>> plugin.tx_seminars._LOCAL_LANG de.email_confirmationHello_formal = vielen
>> Dank, dass sie sich für den Kurs "%s"
There is a space where should be a dot: _LOCAL_LANG de -> _LOCAL_LANG.de
Here is my configuration in setup that works:
### labels for confirmation e-mail ###
plugin.tx_seminars._LOCAL_LANG.de {
email_confirmationHello_formal = vielen Dank für Ihre Anmeldung zur
Veranstaltung "%s"
label_accreditation_number = Kurs-Nr
email_price = (Kursgebühr %s)
}
Best regards
Dirk
More information about the TYPO3-project-seminars
mailing list