Skip to content

Commit

Permalink
updating language of deprecated notification
Browse files Browse the repository at this point in the history
  • Loading branch information
nborges-aws authored Dec 19, 2024
1 parent 8a9c9fa commit 932e7c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ private Constants() {
public static final String IDE_CUSTOMIZATION_NOTIFICATION_TITLE = "Amazon Q Customization";
public static final String IDE_CUSTOMIZATION_NOTIFICATION_BODY_TEMPLATE = "Amazon Q inline suggestions are now coming from the %s";
public static final String MANIFEST_DEPRECATED_NOTIFICATION_TITLE = "Update Amazon Q Extension";
public static final String MANIFEST_DEPRECATED_NOTIFICATION_BODY = "This version of the plugin will no longer receive updates to Amazon Q Language authoring features";
public static final String MANIFEST_DEPRECATED_NOTIFICATION_BODY = "This version of the plugin will no longer receive updates"
+ "to Amazon Q Language authoring features";
public static final String DEFAULT_Q_FOUNDATION_DISPLAY_NAME = "Amazon Q foundation (Default)";
public static final String LOGIN_TYPE_KEY = "LOGIN_TYPE";
public static final String LOGIN_IDC_PARAMS_KEY = "IDC_PARAMS";
Expand Down

0 comments on commit 932e7c4

Please sign in to comment.