aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'prompt/string.py')
-rw-r--r--prompt/string.py3
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 7PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)"
8PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:"
8PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" 9PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action"
9PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" 10PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip"
10PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" 11PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip"
Powered by cgit v1.2.3 (git 2.41.0)