Skip to content

Commit 8f50873

Browse files
committed
Refactoring code
1 parent 165c390 commit 8f50873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,12 @@ export const failedToStartJobTooManyJobsNotification =
406406
"Amazon Q couldn't begin the transformation. You have too many active transformations running. Please try again after your other transformations have completed."
407407

408408
export const failedToUploadProjectChatMessage =
409-
'Amazon Q is unable to upload workspace artifacts to Amazon S3 for Code Transformation. For more information, see the [Amazon Q documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security_iam_manage-access-with-policies.html) or contact your network or organization administrator.'
409+
"Sorry, I couldn't upload your project to Amazon S3 for Code Transformation. For more information, see the [Amazon Q documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security_iam_manage-access-with-policies.html) or contact your network or organization administrator."
410410

411411
export const noOngoingJobMessage = 'No job is in-progress at the moment'
412412

413413
export const failedToUploadProjectNotification =
414-
'Amazon Q is unable to upload workspace artifacts to Amazon S3 for Code Transformation. For more information, see the [Amazon Q documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security_iam_manage-access-with-policies.html) or contact your network or organization administrator.'
414+
'Amazon Q is unable to upload your project to Amazon S3 for Code Transformation. For more information, see the [Amazon Q documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security_iam_manage-access-with-policies.html) or contact your network or organization administrator.'
415415

416416
export const failedToGetPlanChatMessage =
417417
"Sorry, I couldn't create the transformation plan to upgrade your project. Please try starting the transformation again."

0 commit comments

Comments
 (0)