Skip to content

Commit 95ee4a0

Browse files
bug fix
1 parent b0f715e commit 95ee4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/task_details.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class _DetailRouteState extends State<DetailRoute> {
120120
setState(() {});
121121
Navigator.of(context).pop();
122122
ScaffoldMessenger.of(context).showSnackBar(SnackBar(
123-
content: const Text('Profile Updated'),
123+
content: const Text('Task Updated'),
124124
backgroundColor: AppSettings.isDarkMode
125125
? const Color.fromARGB(255, 61, 61, 61)
126126
: const Color.fromARGB(255, 39, 39, 39),

0 commit comments

Comments
 (0)