From a132b21b1852f513fe9c4a0f0e46b45318ca6dc5 Mon Sep 17 00:00:00 2001 From: "mr.mojtaba" Date: Wed, 14 May 2025 11:50:12 +0330 Subject: [PATCH] fix : label --- packages/auth/lib/presentation/pages/auth/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/lib/presentation/pages/auth/view.dart b/packages/auth/lib/presentation/pages/auth/view.dart index 6bb6af6..9708005 100644 --- a/packages/auth/lib/presentation/pages/auth/view.dart +++ b/packages/auth/lib/presentation/pages/auth/view.dart @@ -102,7 +102,7 @@ class AuthPage extends GetView { borderRadius: BorderRadius.circular(8), gapPadding: 11, ), - labelText: 'شماره موبایل', + labelText: 'نام کاربری', labelStyle: AppFonts.yekan13, errorStyle: AppFonts.yekan13.copyWith( color: AppColor.redNormal,