mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[i18n] Fix ldap_initialized in tools.py
This commit is contained in:
parent
47ee2ae630
commit
baad6ae843
1 changed files with 1 additions and 1 deletions
2
tools.py
2
tools.py
|
@ -69,7 +69,7 @@ def tools_ldapinit(auth):
|
|||
|
||||
auth.update('cn=admin', admin_dict)
|
||||
|
||||
msignals.display(m18n.n('ldap_ initialized'), 'success')
|
||||
msignals.display(m18n.n('ldap_initialized'), 'success')
|
||||
|
||||
|
||||
def tools_adminpw(old_password, new_password):
|
||||
|
|
Loading…
Add table
Reference in a new issue