aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/signchangepassword.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user/signchangepassword.rhtml')
-rw-r--r--app/views/user/signchangepassword.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/user/signchangepassword.rhtml b/app/views/user/signchangepassword.rhtml
index 90ca6e62a..822b446af 100644
--- a/app/views/user/signchangepassword.rhtml
+++ b/app/views/user/signchangepassword.rhtml
@@ -8,16 +8,16 @@
<%= foi_error_messages_for :user %>
<div class="form_note">
- <h1><%= ('Change your password on WhatDoTheyKnow.com')%></h1>
+ <h1><%= _('Change your password on WhatDoTheyKnow.com')%></h1>
</div>
<p>
- <label class="form_label" for="user_password"><%= ('New password:')%></label>
+ <label class="form_label" for="user_password"><%= _('New password:')%></label>
<%= password_field 'user', 'password', { :size => 15 } %>
</p>
<p>
- <label class="form_label" for="user_password_confirmation"><%= ('New password: (again)')%></label>
+ <label class="form_label" for="user_password_confirmation"><%= _('New password: (again)')%></label>
<%= password_field 'user', 'password_confirmation', { :size => 15 } %>
</p>