Skip to content

Commit 7c734b2

Browse files
committed
style(login) : rewrite title for login view
1 parent d9f46b8 commit 7c734b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/features/auth/presentation/view/login_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class _LoginViewState extends State<LoginView> {
2020
return AnimatedBuilder(
2121
animation: _vm,
2222
builder: (context, _) => AuthLayoutTemplate(
23-
title: 'To-Do List',
23+
title: 'Task Management',
2424
subtitle: 'Chào mừng trở lại!',
2525
submitText: 'Đăng nhập',
2626
isLoading: _vm.isLoading,

0 commit comments

Comments
 (0)