Bug fixes

This commit is contained in:
Juan Gilsanz Polo 2024-02-09 01:29:11 +01:00
parent 3a210fb9fd
commit dba9c8b9ac
2 changed files with 3 additions and 2 deletions

View file

@ -741,8 +741,8 @@
"friday": "Cuma",
"saturday": "Cumartesi",
"sunday": "Pazar",
"from": "Başlangıç: {from}",
"to": "Bitiş: {to}",
"from": "Başlangıç",
"to": "Bitiş",
"selectStartTime": "Başlangıç zamanını seç",
"selectEndTime": "Bitiş zamanını seç",
"startTimeBeforeEndTime": "Başlangıç zamanı bitiş zamanından önce olmalıdır.",

View file

@ -144,6 +144,7 @@ class AddFiltersButton extends StatelessWidget {
processModal.close();
if (!context.mounted) return;
if (result['success'] == true) {
showSnacbkar(
appConfigProvider: appConfigProvider,