randydev commited on
Commit
285e61b
·
verified ·
1 Parent(s): 95e057e

Update akn/manage/account.py

Browse files
Files changed (1) hide show
  1. akn/manage/account.py +3 -3
akn/manage/account.py CHANGED
@@ -648,6 +648,7 @@ API_TEXT = (
648
  )
649
 
650
  HASH_TEXT = "`Send your API_HASH to Continue.`\n\nPress /cancel to Cancel."
 
651
  PHONE_NUMBER_TEXT = (
652
  "`Now send your Phone number to Continue"
653
  " include Country code. eg. +6213124562345`\n\n"
@@ -655,9 +656,8 @@ PHONE_NUMBER_TEXT = (
655
  )
656
 
657
  EMAIL_TEXT = (
658
- "`Now send your email to Continue"
659
- "eg. example@gmail.com`\n"
660
- "This data is safe, you forget or missing data.\n\n"
661
  "Press /cancel to Cancel."
662
  )
663
 
 
648
  )
649
 
650
  HASH_TEXT = "`Send your API_HASH to Continue.`\n\nPress /cancel to Cancel."
651
+
652
  PHONE_NUMBER_TEXT = (
653
  "`Now send your Phone number to Continue"
654
  " include Country code. eg. +6213124562345`\n\n"
 
656
  )
657
 
658
  EMAIL_TEXT = (
659
+ "`Now send your email to continue (e.g., example@gmail.com)`"
660
+ " This data is safe, even if you forget or lose it.\n\n"
 
661
  "Press /cancel to Cancel."
662
  )
663