From be2ab06ba2dbbf4b63b1063d2a5f663512ad9c3c Mon Sep 17 00:00:00 2001 From: RPI News <44128563+mobilegmYT@users.noreply.github.com> Date: Tue, 10 Aug 2021 11:37:35 -0600 Subject: [PATCH] Small wording changes to error report --- api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api b/api index d11827a..25296b7 100755 --- a/api +++ b/api @@ -360,7 +360,7 @@ send_error_report_gui() { #Ask user for permission to send error report export DIRECTORY yad --center --title="Send error report?" --window-icon="${DIRECTORY}/icons/logo.png" \ - --text="$2"$'\n'"Send error report to Pi-Apps developers?"$'\n'"Help is available on Discord and Github." --on-top \ + --text="$2"$'\n'"Send anonymous error report to Pi-Apps developers?"$'\n'"Support is available on Discord and Github." --on-top \ --button='Send report'!"${DIRECTORY}/icons/upload.png":0 \ --button='View report'!"${DIRECTORY}/icons/log-file.png"!"View the log file to be sent."$'\n'"Feel free to edit the file with more debug information to help us.":"bash -c 'text_editor "\""$1"\""'" \ --button="Don't send"!"${DIRECTORY}/icons/exit.png":1