Add error dialog for when removing room fails
This commit is contained in:
parent
955ca6cd2b
commit
3e34a460a4
2 changed files with 29 additions and 9 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue