diff --git a/libs/common/src/response-messages/index.ts b/libs/common/src/response-messages/index.ts index 3a2457f08..4d35c0985 100644 --- a/libs/common/src/response-messages/index.ts +++ b/libs/common/src/response-messages/index.ts @@ -284,7 +284,7 @@ export const ResponseMessages = { basicMessage: 'Basic message sent successfully' }, error: { - invalidConnectionId: 'Invalid format for connectionId', + invalidConnectionId: 'Please provide a valid connection Id', exists: 'Connection is already exist', connectionNotFound: 'Connection not found', agentEndPointNotFound: 'agentEndPoint Not Found',