summaryrefslogtreecommitdiffstats
path: root/app/views/settings/_authentication.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/_authentication.html.erb')
-rw-r--r--app/views/settings/_authentication.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb
index 35aa66425..15367813a 100644
--- a/app/views/settings/_authentication.html.erb
+++ b/app/views/settings/_authentication.html.erb
@@ -18,7 +18,7 @@
<%= setting_select :password_max_age, [[l(:label_disabled), 0]] + [7, 30, 60, 90, 180, 365].collect{|days| [l('datetime.distance_in_words.x_days', :count => days), days.to_s]} %>
</p>
-<p><%= setting_check_box :lost_password, :label => :label_password_lost %></p>
+<p><%= setting_check_box :lost_password %></p>
<p><%= setting_text_field :max_additional_emails, :size => 6 %></p>