Spaces:
Running
Running
Update akn/manage/account.py
Browse files- 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
|
659 |
-
"
|
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 |
|