Small fixes

This commit is contained in:
Dmitry Khomutov 2017-01-05 17:36:13 +07:00
parent 6a0a7a0bf2
commit 1771d6c1f5
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ More [screenshots](docs/en/screenshots.md).
Configuring
-----------
Similar to Travis CI, to support **PHP Censor** in your project, you simply need to add a `.php-censor.yml`
Similar to [TravisCI](https://travis-ci.org), to support PHP Censor in your project, you simply need to add a `.php-censor.yml`
(`phpci.yml`/`.phpci.yml` for backward compatibility with PHPCI) file to the root of your repository. The file should
look something like this:
@ -124,4 +124,4 @@ Documentation
License
-------
*PHP Censor* is open source software licensed under the [BSD-2-Clause license](LICENSE.md).
PHP Censor is open source software licensed under the [BSD-2-Clause license](LICENSE.md).

View file

@ -70,7 +70,7 @@ class SessionController extends Controller
$form->setAction(APP_URL.'session/login');
$email = new b8\Form\Element\Text('email');
$email->setLabel(Lang::get('email_address'));
$email->setLabel(Lang::get('login'));
$email->setRequired(true);
$email->setContainerClass('form-group');
$email->setClass('form-control');