-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I have Jenkins in Spanish. After checking email contents sent by mailer plugin I've noticed that there's an extra placeholder that never gets replaced:
MailSender.Link=Echa un vistazo a <{0}{1}>
Therefore, the link sent to the users does not work.
That placeholder must be removed as it's already been done in other languages.
[JENKINS-74979] Mailer plugin: property MailSender.link in Message_es.properties has wrong property value
Description |
Original:
I have Jenkins in Spanish. After checking email contents sent by mailer plugin I've noticed that there's an extra placeholder that never gets replaced:
MailSender.Link=Echa un vistazo a <\{0}{1}> Therefore, the link sent to the users does not work. That placeholder must be removed as it's already been changed in other languages. |
New:
I have Jenkins in Spanish. After checking email contents sent by mailer plugin I've noticed that there's an extra placeholder that never gets replaced:
MailSender.Link=Echa un vistazo a <\{0}{color:#FF0000}{1}{color}> Therefore, the link sent to the users does not work. That placeholder must be removed as it's already been done in other languages. |