We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f46b8 commit 7c734b2Copy full SHA for 7c734b2
1 file changed
src/lib/features/auth/presentation/view/login_view.dart
@@ -20,7 +20,7 @@ class _LoginViewState extends State<LoginView> {
20
return AnimatedBuilder(
21
animation: _vm,
22
builder: (context, _) => AuthLayoutTemplate(
23
- title: 'To-Do List',
+ title: 'Task Management',
24
subtitle: 'Chào mừng trở lại!',
25
submitText: 'Đăng nhập',
26
isLoading: _vm.isLoading,
0 commit comments