This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch sync_2.1.3 in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
commit 5cb3f5c3169c201fbb2fb6f8f01f2cffd5d0bfde Author: benjobs <[email protected]> AuthorDate: Wed Mar 13 16:07:47 2024 +0800 [Improve] alert-message minor improvement --- .../streampark-console-webapp/src/locales/lang/en/sys.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts index 0db8bca22..40e48bede 100644 --- a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts +++ b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts @@ -106,8 +106,8 @@ export default { otherSignIn: 'Sign in with', ssoSignIn: 'Sign in with SSO', - ldapTip: 'Sign in with LDAP', - passwordTip: 'Sign in with password', + ldapTip: 'Sign in by LDAP', + passwordTip: 'Sign in by password', // notify loginSuccessTitle: 'Login successful',
