diff options
Diffstat (limited to 'prompt/string.py')
-rw-r--r-- | prompt/string.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prompt/string.py b/prompt/string.py index 207713f..b7aeff1 100644 --- a/prompt/string.py +++ b/prompt/string.py | |||
@@ -42,6 +42,7 @@ PROMPT_HELP = "Available commands:" \ | |||
42 | PROMPT_LIST = "You are linked with the following Fediverse accounts:" | 42 | PROMPT_LIST = "You are linked with the following Fediverse accounts:" |
43 | PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." | 43 | PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." |
44 | PROMPT_LOGOUT = "Choose Fediverse account to logout" | 44 | PROMPT_LOGOUT = "Choose Fediverse account to logout" |
45 | PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" | ||
45 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" | 46 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" |
46 | 47 | ||
47 | CALLBACK_SKIP = "Skip" | 48 | CALLBACK_SKIP = "Skip" |