Add a confirmation before conversation deletion

Closes #383

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-04 17:39:50 +01:00
parent 03596f2db7
commit e125dcc76e
3 changed files with 22 additions and 3 deletions

View File

@@ -957,5 +957,8 @@
"The group's banner was changed.": "The group's banner was changed.",
"The group's short description was changed.": "The group's short description was changed.",
"No information": "No information",
"@{username}'s follow request was accepted": "@{username}'s follow request was accepted"
"@{username}'s follow request was accepted": "@{username}'s follow request was accepted",
"Delete this discussion": "Delete this discussion",
"Are you sure you want to delete this entire discussion?": "Are you sure you want to delete this entire discussion?",
"Delete discussion": "Delete discussion"
}