aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'prompt/string.py')
-rw-r--r--prompt/string.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/prompt/string.py b/prompt/string.py
index 2fe13f6..e60085c 100644
--- a/prompt/string.py
+++ b/prompt/string.py
@@ -20,6 +20,8 @@ By using this bot, you agree to the following terms of service:\n\n
20 20
21PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" 21PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)"
22PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" 22PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:"
23PROMPT_INVALID_INSTANCE = "Your home instance (Probably a Misskey or GotoSocial instance?) is not supported. " \
24 "Currently, only Mastodon or Pleroma instances are supported."
23PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" 25PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action"
24PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" 26PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip"
25PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" 27PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip"
Powered by cgit v1.2.3 (git 2.41.0)