Skip to content

Commit

Permalink
Titre dialogue téléchargement plus court
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-perso committed Mar 15, 2024
1 parent 520fe23 commit 02b8528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/download.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DownloadDialogState extends State<DownloadDialog> {
@override
Widget build(BuildContext context) {
return AlertDialog.adaptive(
title: const Text("Téléchargement en cours"),
title: const Text("Téléchargement"),
content: Column(
mainAxisSize: MainAxisSize.min,

Expand Down

0 comments on commit 02b8528

Please sign in to comment.