Skip to content

Commit e30abb6

Browse files
authored
Removed <html> tag to avoid exception (#3614)
* Removed <html> tag to avoid exception * Added changeLog
1 parent e2da139 commit e30abb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix `java.lang.Throwable: Invalid html: tag <html> inserted automatically and shouldn't be used` (#3608)"
4+
}

resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ feedback.comment.label=Please enter your feedback
787787
feedback.comment.textbox.initial.length=2000 characters remaining
788788
feedback.comment.textbox.title=What do you like about the AWS Toolkit? What can we improve?
789789
feedback.connect.with.github.title=Join us on GitHub
790-
feedback.customer.alert.info=<html>Please don't add personally identifiable information (PII), confidential or sensitive information in your feedback.<br>Remove any PII when sharing file paths, error messages, etc.</html>
790+
feedback.customer.alert.info=Please don't add personally identifiable information (PII), confidential or sensitive information in your feedback.<br>Remove any PII when sharing file paths, error messages, etc.
791791
feedback.description=Submit quick feedback about the AWS Toolkit for JetBrains
792792
feedback.github.link=<html>Have an issue or feature request?<br><a href="{0}">Talk to us on GitHub instead!</a></html>
793793
feedback.initial.help.text=<br>Looking for help? View the <a href = "https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/welcome.html#welcome-">Getting Started Guide</a> or search our <a href="https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/welcome.html">documentation</a>

0 commit comments

Comments
 (0)