summaryrefslogtreecommitdiff
path: root/strings.py
diff options
context:
space:
mode:
authorMikhail Kirillov <w96k@runbox.com>2024-10-10 07:50:41 +0400
committerMikhail Kirillov <w96k@runbox.com>2024-10-10 07:50:41 +0400
commit02399404e2bebdc08764f702ad9347ad48682050 (patch)
tree97416167ff2579abaa814a1ba25ef4549ed951b2 /strings.py
parent99cecda187cf48ef8dada013ed7320e3124e0181 (diff)
Remove messages when adding more people
Diffstat (limited to 'strings.py')
-rw-r--r--strings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/strings.py b/strings.py
index e4fae90..9f1ffff 100644
--- a/strings.py
+++ b/strings.py
@@ -29,7 +29,6 @@ ADD_MORE_USERS = "There is no users added. You can add people who can choose mov
NEXT_MOVIE_USER = "Next movie choice is up to {user}"
NEXT_MOVIE = " and they have choosen to watch \"{movie}\""
-USER_ADD = "User {user} has been added"
USERS_ADDED = "Users have been added successfully. Use /list to view."
USER_REMOVE = "User {user} has been removed. Use /list to view."
USERS_REMOVED = "Users has been removed"