Fix typo in about us

This commit is contained in:
Shawn 2023-01-03 10:36:53 -07:00
parent 0afdce8e6c
commit d9e950311a

View File

@ -59,7 +59,7 @@ class AboutDialogContent extends StatelessWidget {
...buildSpan($strings.homeMenuAboutSource('{githubUrl}'), linkSupplants: {
'{githubUrl}': [($strings.homeMenuAboutRepo), 'https://github.com/gskinnerTeam/flutter-wonderous-app'],
}),
...buildSpan(' As explained in our {privacyUrl} we do no collect any personal information.',
...buildSpan(' As explained in our {privacyUrl} we do not collect any personal information.',
linkSupplants: {
'{privacyUrl}': ['Privacy Policy', 'https://flutter.gskinner.com/wonderous/privacy/'],
}),