[Update] 修改翻译

This commit is contained in:
Bai
2020-04-09 10:59:00 +08:00
parent adf14b0f2e
commit 44cd82f3e1
4 changed files with 165 additions and 140 deletions

View File

@@ -390,7 +390,7 @@ class LDAPTestUtil(object):
except LDAPSessionTerminatedByServerError as e:
error = _('The port is not the port of the LDAP service: {}'.format(e))
except LDAPSocketReceiveError as e:
error = _('Please enter the certificate: {}'.format(e))
error = _('Please add certificate: {}'.format(e))
except Exception as e:
error = _('Unknown error: {}'.format(e))
else: