diff --git a/src/main/java/opwvhk/intellij/avro_idl/AvroIdlErrorReportSubmitter.java b/src/main/java/opwvhk/intellij/avro_idl/AvroIdlErrorReportSubmitter.java index ca46058..d502cae 100644 --- a/src/main/java/opwvhk/intellij/avro_idl/AvroIdlErrorReportSubmitter.java +++ b/src/main/java/opwvhk/intellij/avro_idl/AvroIdlErrorReportSubmitter.java @@ -61,11 +61,11 @@ public class AvroIdlErrorReportSubmitter extends ErrorReportSubmitter { @Override public @Nullable String getPrivacyNoticeText() { - return "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 " + repository + " " + "to allow volunteers provide support if they have time. \n" + - "The reported exception data are not expected to contain any personal data."; + "The reported exception data are not expected to contain any personal data."; } @Override