summaryrefslogtreecommitdiffstats
path: root/app/views/settings/_authentication.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-02-05 07:48:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-02-05 07:48:22 +0000
commitf34ef6e83977abe83909cdb4318e741a55e32e64 (patch)
tree12cdc4dec3852aa610e814f87f48a821366f0039 /app/views/settings/_authentication.html.erb
parent5d70fce6ce4c481f058fc1b89d567c1389cb7e54 (diff)
downloadredmine-f34ef6e83977abe83909cdb4318e741a55e32e64.tar.gz
redmine-f34ef6e83977abe83909cdb4318e741a55e32e64.zip
Harmonize setting labels (#21421).
For every setting, there should always is be a "setting_%{label} Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15146 e93f8b46-1217-0410-a6f0-8f06a7374b81
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>