Ticket #2480 (closed defect: fixed)

Opened 2 months ago

Last modified 3 weeks ago

lang in ChangePasswordEmail.ss

Reported by: rogelio2k Assigned to: sminnee
Type: defect Priority: trivial
Milestone: 2.2.3 Component: Sapphire Framework
Version: 2.2.2-rc2 Severity: medium effort / impact
Keywords: Cc:
Due date: Harvest Task: (Unknown)
Invoice sent to client: 0 Hours:

Description

File: sapphire/templates/email/ChangePasswordEmail.ss

Say: <p>

<% _t('EMAIL') %>: $Email<br /> <% _t('PASSWORD') %>: $CleartextPassword?

</p>

Have to say:

<p>

<% _t('EMAIL', 'Email') %>: $Email<br /> <% _t('PASSWORD', 'Password') %>: $CleartextPassword?

</p>

Attachments

Change History

Changed 2 months ago by sharvey

  • milestone set to 2.2.3 feature-lock

Changed 2 months ago by sharvey

Good find! I've noticed this one too, where the text doesn't appear at all in the email.

Setting to 2.2.3 milestone...

Changed 3 weeks ago by sharvey

  • status changed from new to closed
  • resolution set to fixed

Fixed this in branches/2.2.2 - see r56164

Note: See TracTickets for help on using tickets.