diff options
Diffstat (limited to 'prompt/string.py')
-rw-r--r-- | prompt/string.py | 2 |
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 | ||
21 | PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" | 21 | PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" |
22 | PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" | 22 | PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" |
23 | PROMPT_INVALID_INSTANCE = "Your home instance (Probably a Misskey or GotoSocial instance?) is not supported. " \ | ||
24 | "Currently, only Mastodon or Pleroma instances are supported." | ||
23 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" | 25 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" |
24 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" | 26 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" |
25 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" | 27 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" |