This commit is contained in:
Hamza-Ayed
2024-12-01 10:17:23 +02:00
parent 5aeb3cf685
commit 0129162309
34 changed files with 1317 additions and 875 deletions

View File

@@ -465,7 +465,7 @@ class InviteScreen extends StatelessWidget {
),
const SizedBox(height: 4),
Text(
'$countOfInvitDriver / 6 ${'Trip'.tr}', // Show trips completed
'$countOfInvitDriver / 3 ${'Trip'.tr}', // Show trips completed
style: const TextStyle(
fontSize: 13,
color: CupertinoColors.secondaryLabel,