Update: 2026-06-26 02:37:10

This commit is contained in:
Hamza-Ayed
2026-06-26 02:37:11 +03:00
parent f53177e715
commit a8b10d954c
6 changed files with 1134 additions and 905 deletions

View File

@@ -105,7 +105,7 @@ class RegisterCaptain extends StatelessWidget {
onTap: onTap,
decoration: InputDecoration(
labelText: label.tr,
hintText: hintText,
hintText: hintText?.tr,
prefixIcon:
icon != null ? Icon(icon, color: AppColor.secondaryColor) : null,
border: OutlineInputBorder(