Skip to content

Commit

Permalink
fix: put intro message into en-US.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangbtmrk committed Dec 17, 2024
1 parent 1d8edc1 commit 05886f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets
4 changes: 2 additions & 2 deletions lib/util/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
}
Expand Down

0 comments on commit 05886f3

Please sign in to comment.