Skip to content

Commit

Permalink
Merge branch 'master' into issue_85_Absturz_beim_Zoom_Out
Browse files Browse the repository at this point in the history
  • Loading branch information
uvelogs authored Aug 28, 2023
2 parents 8095852 + d7c0b74 commit ca4d299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/about/info_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class _InfoScreenState extends State<InfoScreen> {
title: Text('Feedback'),
trailing: Icon(Icons.mail),
subtitle: Text(
'Du hast einen Fehler entdeckt? oder eine Verbesserungsidee? Sende uns Feedback per Email.'),
'Du hast einen Fehler entdeckt? oder eine Verbesserungsidee? Sende uns Feedback per Email an mail@munichways.de.'),
onTap: () async {
final Uri _emailLaunchUri = Uri(
scheme: 'mailto',
Expand Down

0 comments on commit ca4d299

Please sign in to comment.