Merge pull request #1415 from matrix-org/luke/groups-remove-featured-rooms-and-users

Implement removal function of features users/rooms
This commit is contained in:
Luke Barnard 2017-09-22 16:32:40 +01:00 committed by GitHub
commit 4c1a85cb71
2 changed files with 89 additions and 3 deletions

View file

@ -875,5 +875,9 @@
"Add rooms to the group summary": "Add rooms to the group summary",
"Which rooms would you like to add to this summary?": "Which rooms would you like to add to this summary?",
"Room name or alias": "Room name or alias",
"You are an administrator of this group": "You are an administrator of this group"
"You are an administrator of this group": "You are an administrator of this group",
"Failed to remove the room from the summary of %(groupId)s": "Failed to remove the room from the summary of %(groupId)s",
"The room '%(roomName)' could not be removed from the summary.": "The room '%(roomName)' could not be removed from the summary.",
"Failed to remove a user from the summary of %(groupId)s": "Failed to remove a user from the summary of %(groupId)s",
"The user '%(displayName)s' could not be removed from the summary.": "The user '%(displayName)s' could not be removed from the summary."
}