mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
[FIXED HUDSON-1674] I18N (security)
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10242 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 32aeae25677662b29c313c39ef3c146d23afa49f
This commit is contained in:
parent
c197a542d5
commit
0ca85a992a
|
@ -224,7 +224,7 @@ public class LDAPSecurityRealm extends SecurityRealm {
|
|||
}
|
||||
|
||||
public String getDisplayName() {
|
||||
return "LDAP";
|
||||
return Messages.LDAPSecurityRealm_DisplayName();
|
||||
}
|
||||
|
||||
public void doServerCheck(StaplerRequest req, StaplerResponse rsp, @QueryParameter("server") final String server,
|
||||
|
|
Loading…
Reference in a new issue