diff --git a/README.md b/README.md index 637fb82..deb8efc 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Installation $ # EDIT propel.yaml (dsn) $ make propel -Edit `app/bootstrap.php.d/70-security.php` and modify the valye of `$app['token']` with a strong secret phrase. +Edit `app/bootstrap.php.d/70-security.php` and modify the value of `$app['token']` with a strong secret phrase. Screencast: https://asciinema.org/a/19814 diff --git a/app/locales/en.yml b/app/locales/en.yml index 6de96dc..4c4b8cc 100644 --- a/app/locales/en.yml +++ b/app/locales/en.yml @@ -68,7 +68,6 @@ form: title: placeholder: 'Title' cipher: - alert: 'By enabling cipher, fork will be not possible.' label: 'Cipher: %value%' choice: anyway: 'Anyway' diff --git a/app/locales/fr.yml b/app/locales/fr.yml index 1705130..af74d7d 100644 --- a/app/locales/fr.yml +++ b/app/locales/fr.yml @@ -69,7 +69,6 @@ form: title: placeholder: 'Titre' cipher: - alert: 'En activant le chiffrement, le fork deviendra impossible.' label: 'Chiffrer : %value%' choice: anyway: 'Peu importe'