diff options
Diffstat (limited to 'prompt')
-rw-r--r-- | prompt/string.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prompt/string.py b/prompt/string.py index 9a5a357..a7bf0d1 100644 --- a/prompt/string.py +++ b/prompt/string.py | |||
@@ -4,7 +4,8 @@ PROMPT_START = "Hello, this is `checkin.bot`. \n\n" \ | |||
4 | "Aware of privacy concerns, this bot will not store your location data." \ | 4 | "Aware of privacy concerns, this bot will not store your location data." \ |
5 | "*Be safe and cautious when sharing your real time location on the web.* \n\n" \ | 5 | "*Be safe and cautious when sharing your real time location on the web.* \n\n" \ |
6 | "Start using this bot by sharing your location using Telegram context menu to it." | 6 | "Start using this bot by sharing your location using Telegram context menu to it." |
7 | 7 | PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" | |
8 | PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" | ||
8 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" | 9 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" |
9 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" | 10 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" |
10 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" | 11 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" |