Skip to content

Commit

Permalink
Merge pull request #703 from crossrac/additional-string-updates
Browse files Browse the repository at this point in the history
additional string change
  • Loading branch information
crossrac authored Nov 15, 2022
2 parents a7e26ec + 38bc1a6 commit 681ff09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codewhisperer/models/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ export const settingsLearnMore = 'Learn more about CodeWhisperer Settings'

export const accessTokenCutOffDate = new Date(2023, 0, 31)

export const accessTokenMigrationWarningMessage = `To continue using CodeWhisperer, you must add AWS Builder ID or AWS IAM Identity center connection by January 31, 2023.`
export const accessTokenMigrationWarningMessage = `To continue using CodeWhisperer, you must add an AWS Builder ID or AWS IAM Identity Center connection by January 31, 2023.`

export const accessTokenMigrationErrorMessage = `To continue using CodeWhisperer, you must add an AWS Builder ID or SSO connection.`
export const accessTokenMigrationErrorMessage = `To continue using CodeWhisperer, you must add an AWS Builder ID or AWS IAM Identity Center connection.`

export const connectWithAWSBuilderId = `Connect with AWS`

Expand Down

0 comments on commit 681ff09

Please sign in to comment.