Skip to content

Commit

Permalink
Fix type in event_screen
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed May 15, 2024
1 parent 7842a8e commit 3f64d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/screens/event_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class _EventScreenState extends State<EventScreen> {
confirmationMessage: 'Are you sure you want to pay €${event.price} for '
'your registration to "${event.title}"?',
failureMessage: 'Could not pay your registration.',
successMessage: 'Paid our registration with Thalia Pay.',
successMessage: 'Paid your registration with Thalia Pay.',
amount: event.price,
);
} else {
Expand Down

0 comments on commit 3f64d4a

Please sign in to comment.