diff --git a/assets b/assets index baa3e78e0..61a6b3ad5 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit baa3e78e0f350adcd81eada79892ee699fae3c77 +Subproject commit 61a6b3ad5cd5b16873c648a5396e3b262305964d diff --git a/lib/util/constants.dart b/lib/util/constants.dart index 1ef8c9e23..6d70cc0ea 100644 --- a/lib/util/constants.dart +++ b/lib/util/constants.dart @@ -242,10 +242,10 @@ class ReportIssueType { static String introMessage(String item) { switch (item) { case Exception: - return 'Thanks for taking the time to help improve Feral File. We’ve received your automatic crash report and are looking into it. How else can we help?'; + return 'exception_thread_intro'.tr(); case Bug: default: - return 'Thanks for reaching out to the Feral File! How can we assist you with feedback, a bug, or a feature request?'; + return 'bug_thread_intro'.tr(); } } }