diff options
| author | 2014-01-18 00:17:03 +0100 | |
|---|---|---|
| committer | 2014-01-18 00:17:03 +0100 | |
| commit | 781d8a717f315525807bfd702cb740248b6087ea (patch) | |
| tree | 0a5d94cd36019984c8ac179612dfc8e9f5268ebf /app/views | |
| parent | 7261a551e908229ea4625b6645d490712570e71c (diff) | |
Choix du type de connexion dans l'installeur
+ diverses corrections dans l'installeur
Adresse une partie de
https://github.com/marienfressinaud/FreshRSS/issues/355
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/users.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/users.phtml b/app/views/configure/users.phtml index 0419df747..602dfaf62 100644 --- a/app/views/configure/users.phtml +++ b/app/views/configure/users.phtml @@ -18,7 +18,7 @@ </div> <div class="form-group"> - <label class="group-name" for="passwordPlain"><?php echo Minz_Translate::t('password'); ?></label> + <label class="group-name" for="passwordPlain"><?php echo Minz_Translate::t('password_form'); ?></label> <div class="group-controls"> <input type="password" id="passwordPlain" name="passwordPlain" pattern=".{7,}" /> <noscript><b><?php echo Minz_Translate::t('javascript_should_be_activated'); ?></b></noscript> @@ -140,7 +140,7 @@ </div> <div class="form-group"> - <label class="group-name" for="new_user_passwordPlain"><?php echo Minz_Translate::t('password'); ?></label> + <label class="group-name" for="new_user_passwordPlain"><?php echo Minz_Translate::t('password_form'); ?></label> <div class="group-controls"> <input type="password" id="new_user_passwordPlain" name="new_user_passwordPlain" pattern=".{7,}" /> <noscript><b><?php echo Minz_Translate::t('javascript_should_be_activated'); ?></b></noscript> |
