LoginForm: Provide a progress label

refs #8369
This commit is contained in:
Johannes Meyer 2015-08-20 15:32:53 +02:00
parent 3f4221b249
commit bf1e177023
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class LoginForm extends Form
$this->setRequiredCue(null);
$this->setName('form_login');
$this->setSubmitLabel($this->translate('Login'));
$this->setProgressLabel($this->translate('Logging in'));
}
/**