Skip to content

Commit b63fcec

Browse files
author
David Hasani
committed
change constant
1 parent 07ef2cc commit b63fcec

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
@@ -618,9 +618,9 @@ export const tooManyJobsChatMessage = `Sorry, I couldn't begin the transformatio
618618

619619
export const tooManyJobsNotification = `Amazon Q could not begin the transformation. You have too many active transformations running. Please try again after your other transformations have completed. For more information, see the [Amazon Q documentation](${codeTransformTroubleshootStartJobFailed}).`
620620

621-
export const linesOfCodeLimitBreachedChatMessage = `Sorry, I couldn't begin the transformation. You have exceeded the lines of code limit for your plan. For more information, see the [Amazon Q documentation](${codeTransformTroubleshootStartJobFailed}).`
621+
export const linesOfCodeLimitBreachedChatMessage = `Sorry, I couldn't begin the transformation. You have exceeded the lines of code limit. For more information, see the [Amazon Q documentation](${codeTransformTroubleshootStartJobFailed}).`
622622

623-
export const linesOfCodeLimitBreachedNotification = `Amazon Q could not begin the transformation. You have exceeded the lines of code limit for your plan. For more information, see the [Amazon Q documentation](${codeTransformTroubleshootStartJobFailed}).`
623+
export const linesOfCodeLimitBreachedNotification = `Amazon Q could not begin the transformation. You have exceeded the lines of code limit. For more information, see the [Amazon Q documentation](${codeTransformTroubleshootStartJobFailed}).`
624624

625625
export const failedToUploadProjectChatMessage =
626626
"Sorry, I couldn't upload your project. Please try starting the transformation again."

0 commit comments

Comments
 (0)