Use consistent naming to fix translation in error message

This commit is contained in:
elm 2011-12-12 16:46:55 +01:00
parent 0f8a040d28
commit 532c9cc55b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<p><label for="auth_source_onthefly_register"><%=l(:field_onthefly)%></label>
<%= check_box 'auth_source', 'onthefly_register' %></p>
<p><label for="auth_source_custom_filter"><%=l(:field_custom_ldap_filter)%></label>
<p><label for="auth_source_custom_filter"><%=l(:field_custom_filter)%></label>
<%= text_field 'auth_source', 'custom_filter', :size => 60 %></p>
</div>

View File

@ -307,7 +307,7 @@ en:
field_text: Text field
field_visible: Visible
field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
field_custom_ldap_filter: Custom LDAP filter
field_custom_filter: Custom LDAP filter
setting_app_title: Application title
setting_app_subtitle: Application subtitle