Skip to content

Commit

Permalink
fix: improve wording in sentry info
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Sep 30, 2024
1 parent 8147e3c commit c54a0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/SentryModal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ void showSentryModal(BuildContext context, VikunjaGlobalState global) {
barrierDismissible: false,
builder: (BuildContext context) {
return AlertDialog(
title: Text('Error Reporting'),
title: Text('Enable automatic error reporting'),
content: SingleChildScrollView(
child: ListBody(
children: <Widget>[
Text(
'Would you like to help us improve Vikunja by sending error reports?'),
'Would you like to help us improve Vikunja by sending error reports? Enabling this will send automatic error reports to the developers using Sentry.'),
],
),
),
Expand Down

0 comments on commit c54a0a7

Please sign in to comment.