Skip to content

Commit

Permalink
Update Password Form
Browse files Browse the repository at this point in the history
  • Loading branch information
k5924 committed Apr 13, 2022
1 parent 35cfcb7 commit 44f7e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/screens/change_password/change_password_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class _ChangePasswordFormState extends State<ChangePasswordForm> {
EasyLoading.dismiss();
}
},
child: const Text("Update Email"),
child: const Text("Update Password"),
),
],
);
Expand Down

0 comments on commit 44f7e07

Please sign in to comment.