Skip to content

Commit c54a0a7

Browse files
committed
fix: improve wording in sentry info
1 parent 8147e3c commit c54a0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/SentryModal.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ void showSentryModal(BuildContext context, VikunjaGlobalState global) {
1313
barrierDismissible: false,
1414
builder: (BuildContext context) {
1515
return AlertDialog(
16-
title: Text('Error Reporting'),
16+
title: Text('Enable automatic error reporting'),
1717
content: SingleChildScrollView(
1818
child: ListBody(
1919
children: <Widget>[
2020
Text(
21-
'Would you like to help us improve Vikunja by sending error reports?'),
21+
'Would you like to help us improve Vikunja by sending error reports? Enabling this will send automatic error reports to the developers using Sentry.'),
2222
],
2323
),
2424
),

0 commit comments

Comments
 (0)