Add (un)ignore button to MemberInfo
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
13a251e29c
commit
3889df6b08
3 changed files with 49 additions and 0 deletions
|
@ -265,7 +265,9 @@
|
|||
"Kicks user with given id": "Kicks user with given id",
|
||||
"Labs": "Labs",
|
||||
"Ignored Users": "Ignored Users",
|
||||
"Ignore": "Ignore",
|
||||
"Unignore": "Unignore",
|
||||
"User Options": "User Options",
|
||||
"You are now ignoring %(userId)s": "You are now ignoring %(userId)s",
|
||||
"You are no longer ignoring %(userId)s": "You are no longer ignoring %(userId)s",
|
||||
"Unignored user": "Unignored user",
|
||||
|
|
|
@ -232,7 +232,9 @@
|
|||
"Kicks user with given id": "Kicks user with given id",
|
||||
"Labs": "Labs",
|
||||
"Ignored Users": "Ignored Users",
|
||||
"Ignore": "Ignore",
|
||||
"Unignore": "Unignore",
|
||||
"User Options": "User Options",
|
||||
"You are now ignoring %(userId)s": "You are now ignoring %(userId)s",
|
||||
"You are no longer ignoring %(userId)s": "You are no longer ignoring %(userId)s",
|
||||
"Unignored user": "Unignored user",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue