translate editevent 55%

This commit is contained in:
2025-07-23 23:28:16 +02:00
parent 1df36987d9
commit f8b5c24efd
3 changed files with 6 additions and 4 deletions

View File

@@ -548,7 +548,8 @@ class _EditEventState extends State<EditEvent>
child: ElevatedButton.icon(
onPressed: popCamera,
icon: Icon(Icons.edit, size: 16), // Edit icon
label: Text("Edit Image"), // Button text
label: Text(AppLocalizations.of(context)?.edit_image ??
"Edit pictures"), // Button text
style: ElevatedButton.styleFrom(
backgroundColor: Colors.blue, // Button color
foregroundColor: Colors.white, // Text color