Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-09-15 23:34:12 +0400
committersgiehl <stefan@piwik.org>2013-09-16 01:21:48 +0400
commit3bdc017ef4b3765c5a1bdf2b7fd31dfca89ad1d0 (patch)
treec0686aabf3f204f7e83b80e75feddcd2cf662334 /plugins/Login/templates/login.twig
parentb5f5f9f9be01c49fe8366fdcc4b336301d743042 (diff)
cleaned up some more duplicate keys/translations
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 91a9fffe0b..7d6c81678b 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -109,7 +109,7 @@
placeholder="{{ 'General_Username'|translate }}" autofocus="autofocus"/>
<input type="password" name="form_password" id="login_form_password" class="input" value="" size="20"
tabindex="20"
- placeholder="{{ 'Login_Password'|translate }}"/>
+ placeholder="{{ 'General_Password'|translate }}"/>
<input type="hidden" name="form_nonce" id="login_form_nonce" value="{{ nonce }}"/>
</fieldset>
@@ -130,7 +130,7 @@
<input type="password" name="form_password" id="reset_form_password" class="input" value="" size="20"
tabindex="20"
- placeholder="{{ 'Login_Password'|translate }}"/>
+ placeholder="{{ 'General_Password'|translate }}"/>
<input type="password" name="form_password_bis" id="reset_form_password_bis" class="input" value=""
size="20" tabindex="30"