[Update] 修改批量移除节点时不选择节点给出提示信息

This commit is contained in:
Bai
2020-03-19 10:21:19 +08:00
parent b801d2f2e9
commit 98f6d0146c
3 changed files with 45 additions and 43 deletions

View File

@@ -417,7 +417,7 @@ class LDAPTestUtil(object):
except LDAPPasswordIsMandatoryError as e:
error = _('Please enter Password: {}'.format(e))
except LDAPInvalidDnError as e:
error = _('Please enter Correct Bind DN and Password: {}'.format(e))
error = _('Please enter correct Bind DN and Password: {}'.format(e))
except Exception as e:
error = _('Unknown error: {}'.format(e))
else: