On line 234

'#title' => 'User terms'

Could be

'#title' => t('User terms')

To allow for translation.

(for my danish site I had to change to code which is ok but not optimal)

Comments

joachim’s picture

Status: Active » Fixed
StatusFileSize
new589 bytes

Oops!

Committed this patch. Fix will be in latest dev release shortly.

Thanks for reporting this!

#728948 by joachim: Fixed missing t() on account page string.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.