update forgot password
This commit is contained in:
parent
dbd262fac5
commit
3ac7d94c03
1 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ showAlertDialog(BuildContext context) {
|
|||
style: TextStyle(color: Colors.white),
|
||||
),
|
||||
content: const Text(
|
||||
"Make sure you have email",
|
||||
"Please input your email !",
|
||||
style: TextStyle(color: Colors.white70),
|
||||
),
|
||||
actions: [
|
||||
|
@ -180,7 +180,7 @@ showEmailWarn(BuildContext context) {
|
|||
style: TextStyle(color: Colors.white),
|
||||
),
|
||||
content: const Text(
|
||||
"Sorry your email not registered yet",
|
||||
"Sorry, Make sure your email has been registered before !",
|
||||
style: TextStyle(color: Colors.white70),
|
||||
),
|
||||
actions: [
|
||||
|
@ -212,7 +212,7 @@ showBad(BuildContext context) {
|
|||
style: TextStyle(color: Colors.white),
|
||||
),
|
||||
content: const Text(
|
||||
"Server Down",
|
||||
"Bad Connection",
|
||||
style: TextStyle(color: Colors.white70),
|
||||
),
|
||||
actions: [
|
||||
|
|
Loading…
Reference in a new issue