From abe4913d39817b1bd31b6c98be3cb9311ac050b1 Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Sun, 30 Jul 2023 21:06:08 +0200 Subject: [PATCH] choice between camera and gallery --- Sources/justMUSIC/lib/components/editable_post_component.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/justMUSIC/lib/components/editable_post_component.dart b/Sources/justMUSIC/lib/components/editable_post_component.dart index 960344e..7bc2714 100644 --- a/Sources/justMUSIC/lib/components/editable_post_component.dart +++ b/Sources/justMUSIC/lib/components/editable_post_component.dart @@ -353,7 +353,7 @@ class _EditablePostComponentState extends State pickImage(ImageSource.gallery); Navigator.pop(context); }, - child: const Text('Gallerie'), + child: const Text('Galerie'), ), CupertinoActionSheetAction( onPressed: () {