Update: 2026-06-26 02:00:23

This commit is contained in:
Hamza-Ayed
2026-06-26 02:00:23 +03:00
parent bd3ba7ecd7
commit 21f5105fa1
20 changed files with 175 additions and 114 deletions

View File

@@ -25,7 +25,7 @@ class PassengersCantRegister extends StatelessWidget {
return Padding(
padding: const EdgeInsets.all(8.0),
child: CupertinoFormSection(
header: Text('Passenger ID: ${passenger['id']}'),
header: Text('${'Passenger ID'.tr}: ${passenger['id']}'),
children: [
InkWell(
onTap: () =>