Add error dialog for when removing room fails

This commit is contained in:
Luke Barnard 2017-10-03 10:06:18 +01:00
parent 955ca6cd2b
commit 3e34a460a4
2 changed files with 29 additions and 9 deletions

View file

@ -895,5 +895,7 @@
"Matrix Room ID": "Matrix Room ID",
"email address": "email address",
"Try using one of the following valid address types: %(validTypesList)s.": "Try using one of the following valid address types: %(validTypesList)s.",
"You have entered an invalid address.": "You have entered an invalid address."
"You have entered an invalid address.": "You have entered an invalid address.",
"Failed to remove room from group": "Failed to remove room from group",
"Failed to remove '%(roomName)s' from %(groupId)s": "Failed to remove '%(roomName)s' from %(groupId)s"
}