Skip to content

Commit

Permalink
Refactor: Reword the email body for crash reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much committed Jul 4, 2024
1 parent faa3d6e commit e24384a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,22 @@
<string name="acra_dialog_text">We\'re sorry, but %1$s has encountered an unexpected issue and needs to close. Please help us improve by sending a crash report.\n\n%1$s values your privacy and the data collected is solely used for improving app stability. No personal information is collected. Thank you for your support!</string>
<string name="acra_send_report">Send Report</string>
<string name="acra_dont_send">Don\'t Send</string>
<string name="acra_mail_body">Please describe the issue you encountered:</string>
<string name="acra_mail_body">
A crash has occurred in the application.\n
\n
Below are the details of the device. The error log has been attached as a file for your reference. We would appreciate your assistance in resolving this issue.\n
\n
Device Information: \n[PLEASE fill in the information below also removing anything between the square brackets or this will be ignored.]\n
\n
- App Version: [0.0.1]\n
- Android Version: [14]\n
- Device Name: [Android Pixel 69]\n
- Install Location: [github, fdroid, obtanium, self]\n
\n
Your prompt attention to this matter is greatly appreciated.\n
\n
Thank you.\n
</string>

<!-- Search Stings -->
<string name="search_engine">Search Engine</string>
Expand Down

0 comments on commit e24384a

Please sign in to comment.