Change ACRA strings

This commit is contained in:
Adolfo Santiago 2022-06-25 11:37:55 +02:00
parent 1d9ac485b5
commit bb572d3a00
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<string name="crashhandler_email_subject">Husky crashed</string>
<string name="crashhandler_email_body">Please, explain the steps to reproduce the crash (english only):\n\n</string>
<string name="crashhandler_email_report_filename">husky_crash.txt</string>
<string name="crashhandler_notification_channel_title">ACRA</string>
<string name="crashhandler_notification_channel_body">This channel is used for push notifications related to crashes captured by ACRA.</string>
<string name="crashhandler_notification_channel_title">CrashHandler Notifications</string>
<string name="crashhandler_notification_channel_body">This channel is used for push notifications related to crashes captured by the CrashHanlder.</string>
<string name="crashhandler_notification_title">Husky crashed</string>
<string name="crashhandler_notification_body">There was an error that crashed Husky. If you want, you can report via email this crash.</string>
<string name="crashhandler_notification_report">Report</string>