From d7fe77108b00918cecde5d4590f8ad0772861af3 Mon Sep 17 00:00:00 2001 From: Oscar Westra van Holthe - Kind Date: Sat, 18 May 2024 17:15:39 +0200 Subject: [PATCH] Fix #145 --- .../opwvhk/intellij/avro_idl/AvroIdlErrorReportSubmitter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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