diff options
Diffstat (limited to 'ldap_wizard')
-rw-r--r-- | ldap_wizard/ldap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm index d640df70..3cc1c31f 100644 --- a/ldap_wizard/ldap.pm +++ b/ldap_wizard/ldap.pm @@ -179,7 +179,7 @@ RootDN is the manager of your LDAP server."), next => 0 }, endadd => { - name => N("Successfully add data"), + name => N("Data Successfully added"), data => [ { label => N("The wizard successfully add entry in LDAP") } ], no_back => 1, end => 1, |