Skip to content

Commit

Permalink
Fix #145
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed May 18, 2024
1 parent 357f9ea commit d7fe771
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ public class AvroIdlErrorReportSubmitter extends ErrorReportSubmitter {

@Override
public @Nullable String getPrivacyNoticeText() {
return "<html>I agree to my hardware configuration, software configuration, product information, and the error details shown above " +
return "I agree to my hardware configuration, software configuration, product information, and the error details shown above " +
"being published in the GitHub repository <a href=\"https://github.com/" + repository + "/issues\">" +
repository + "</a> " +
"to allow volunteers provide support if they have time. \n" +
"The reported exception data are not expected to contain any personal data.</html>";
"The reported exception data are not expected to contain any personal data.";
}

@Override
Expand Down

0 comments on commit d7fe771

Please sign in to comment.