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 eda0df8..207713f 100644 --- a/prompt/string.py +++ b/prompt/string.py | |||
@@ -39,7 +39,8 @@ PROMPT_HELP = "Available commands:" \ | |||
39 | "\n`/tos` - show ToS message" \ | 39 | "\n`/tos` - show ToS message" \ |
40 | "\n`/cancel` - cancel current operation during checkins" | 40 | "\n`/cancel` - cancel current operation during checkins" |
41 | 41 | ||
42 | PROMPT_LIST = "List all linked 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_LOGOUT = "Choose Fediverse account to logout" | 44 | PROMPT_LOGOUT = "Choose Fediverse account to logout" |
44 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" | 45 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" |
45 | 46 | ||