fix: fixed acra_mail_body string

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-07-04 15:38:13 +01:00
parent e8a3bd584c
commit ef4bec64f9

View File

@@ -615,5 +615,20 @@
<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>
</resources>