Skip to content

Commit 52b1dbb

Browse files
committed
Ui text updated
1 parent f7b283d commit 52b1dbb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fileignoreconfig:
4242
- filename: packages/contentstack-auth/src/utils/mfa-handler.ts
4343
checksum: 0be13bd7dbd82b4973e7369e6cdaee76510b6f1976313675ffc62191f3730edb
4444
- filename: packages/contentstack-auth/messages/index.json
45-
checksum: a449d87f9ce2d045e2156fe095294a668e82d634f168cba1fe6bb73d93299df6
45+
checksum: 95856ad6273f17a9e853cda9c2cf0bdd782e47aeab93385e73ab870b5e814f89
4646
- filename: packages/contentstack-auth/test/utils/auth-handler.test.ts
4747
checksum: f88dded3a326f191844e39258e7fe390a72fefeb387d09c7f97e4e8aed520c97
4848
- filename: packages/contentstack-auth/src/commands/auth/login.ts

packages/contentstack-auth/messages/index.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"CLI_AUTH_TOKENS_VALIDATION_INVALID_API_KEY": "Invalid api key",
5050
"CLI_AUTH_EXIT_PROCESS": "Exiting the process...",
5151
"CLI_SELECT_TOKEN_TYPE": "Select the type of token to add",
52-
"CLI_AUTH_MFA_INVALID_SECRET": "Invalid MFA secret format. Please check your authentication setup.",
53-
"CLI_AUTH_MFA_GENERATION_FAILED": "Failed to generate MFA code. Proceeding for Manual MFA code input.",
52+
"CLI_AUTH_MFA_INVALID_SECRET": "Invalid MFA secret format. Verify your authentication setup.",
53+
"CLI_AUTH_MFA_GENERATION_FAILED": "Failed to generate MFA code. Switching to manual MFA code entry.",
5454
"CLI_AUTH_MFA_DECRYPT_FAILED": "Failed to decrypt stored MFA secret. Try Resetting the MFA secret. Proceeding for Manual MFA code input.",
55-
"CLI_AUTH_MFA_INVALID_CODE": "Invalid authentication code format. Please enter a 6-digit code.",
55+
"CLI_AUTH_MFA_INVALID_CODE": "Invalid authentication code format.",
5656
"CLI_AUTH_MFA_RECONFIGURE_HINT": "Consider reconfiguring MFA using config:mfa:add",
57-
"CLI_AUTH_SMS_OTP_FAILED": "Failed to send SMS OTP. Please try again or use a different 2FA method.",
58-
"CLI_AUTH_2FA_FAILED": "Two-factor authentication failed. Please try again.",
59-
"CLI_AUTH_LOGIN_NO_USER": "No user found with the provided credentials.",
60-
"CLI_AUTH_LOGIN_NO_CREDENTIALS": "No credentials provided for login. Please provide email and password.",
61-
"CLI_AUTH_LOGOUT_NO_TOKEN": "No auth token found for logout. Please login first.",
62-
"CLI_AUTH_TOKEN_VALIDATION_FAILED": "Token validation failed. Please login again.",
63-
"CLI_AUTH_TOKEN_VALIDATION_NO_TOKEN": "No auth token found for validation. Please login first."
57+
"CLI_AUTH_SMS_OTP_FAILED": "Failed to send SMS OTP. Try again or use a different two-factor authentication method.",
58+
"CLI_AUTH_2FA_FAILED": "Two-factor authentication failed! Try again.",
59+
"CLI_AUTH_LOGIN_NO_USER": "No user found with the provided credentials!",
60+
"CLI_AUTH_LOGIN_NO_CREDENTIALS": "No credentials provided. Enter your email and password to log in.",
61+
"CLI_AUTH_LOGOUT_NO_TOKEN": "No auth token found. Log in before logging out.",
62+
"CLI_AUTH_TOKEN_VALIDATION_FAILED": "Token validation failed. Log in again.",
63+
"CLI_AUTH_TOKEN_VALIDATION_NO_TOKEN": "No auth token found. Log in to continue.."
6464
}

0 commit comments

Comments
 (0)