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 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
42PROMPT_LIST = "List all linked Fediverse accounts" 42PROMPT_LIST = "You are linked with the following Fediverse accounts:"
43PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login."
43PROMPT_LOGOUT = "Choose Fediverse account to logout" 44PROMPT_LOGOUT = "Choose Fediverse account to logout"
44PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" 45PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse"
45 46
Powered by cgit v1.2.3 (git 2.41.0)