summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-18 00:17:03 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-18 00:17:03 +0100
commit781d8a717f315525807bfd702cb740248b6087ea (patch)
tree0a5d94cd36019984c8ac179612dfc8e9f5268ebf /app/views
parent7261a551e908229ea4625b6645d490712570e71c (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.phtml4
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>