Hi, I spoted 2 missing t() functions, to allow fields to be translated.
They're in email_registration_form_alter function

    case 'user_login':
      $form['name']['#title'] = t('E-mail');
      $form['name']['#description'] = 'Enter your e-mail address.';
      $form['pass']['#description'] = 'Enter the password that accompanies your e-mail.';
      $form['name']['#element_validate'][] = 'email_registration_user_login_validate';
      break;

Thanks

Comments

greggles’s picture

Status: Fixed » Closed (fixed)

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