1
0

feat: allow users to leave a team they're in

This commit is contained in:
kolaente
2022-10-09 16:49:26 +02:00
parent 4784e3a22f
commit feeaca2c02
2 changed files with 39 additions and 1 deletions

View File

@ -857,6 +857,12 @@
"text1": "Are you sure you want to remove this user from the team?",
"text2": "They will lose access to all lists and namespaces this team has access to. This CANNOT BE UNDONE!",
"success": "The user was successfully deleted from the team."
},
"leave": {
"title": "Leave team",
"text1": "Are you sure you want to leave this team?",
"text2": "You will loose access to all lists and namespaces this team has access to. If you change your mind you'll need a team admin to add you again.",
"success": "You have successfully left the team."
}
},
"attributes": {