aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'prompt/string.py')
-rw-r--r--prompt/string.py1
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:" \
42PROMPT_LIST = "You are linked with the following 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_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login."
44PROMPT_LOGOUT = "Choose Fediverse account to logout" 44PROMPT_LOGOUT = "Choose Fediverse account to logout"
45PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account"
45PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" 46PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse"
46 47
47CALLBACK_SKIP = "Skip" 48CALLBACK_SKIP = "Skip"
Powered by cgit v1.2.3 (git 2.41.0)