We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4dafd commit e043b29Copy full SHA for e043b29
lib/screens/update_app_screen.dart
@@ -32,7 +32,6 @@ class UpdateAppScreen extends StatelessWidget {
32
mainAxisSize: MainAxisSize.min,
33
children: [
34
Text(AppLocalizations.of(context).appUpdateContent),
35
- Text(AppLocalizations.of(context).appUpdateContent),
36
],
37
),
38
actions: null,
0 commit comments