diff options
Diffstat (limited to 'app/views/settings/_authentication.rhtml')
-rw-r--r-- | app/views/settings/_authentication.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_authentication.rhtml b/app/views/settings/_authentication.rhtml index a8fa63f0d..6bf20cbce 100644 --- a/app/views/settings/_authentication.rhtml +++ b/app/views/settings/_authentication.rhtml @@ -20,7 +20,7 @@ </div> <div style="float:right;"> - <%= link_to 'Manage LDAP authentication...', :controller => 'auth_sources', :action => 'list' %> + <%= link_to l(:label_ldap_authentication), :controller => 'auth_sources', :action => 'list' %> </div> <%= submit_tag l(:button_save) %> |