From ef4bec64f9feb75188a6f10b078ccf7317fb20ef Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Thu, 4 Jul 2024 15:38:13 +0100 Subject: [PATCH] fix: fixed acra_mail_body string Signed-off-by: HeCodes2Much --- app/src/main/res/values/strings.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 22799b9..6c75562 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -615,5 +615,20 @@ 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! Send Report Don\'t Send - Please describe the issue you encountered: + + 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 + \ No newline at end of file