feat: Add remove rooms to and from spaces

This commit is contained in:
Christian Pauly 2021-08-12 20:46:21 +02:00
commit 1d629ae79a
3 changed files with 62 additions and 0 deletions

View file

@ -6,11 +6,18 @@
"type": "text",
"placeholders": {}
},
"addToSpace": "Add to space",
"accept": "Accept",
"chatHasBeenAddedToThisSpace": "Chat has been added to this space",
"@accept": {
"type": "text",
"placeholders": {}
},
"chatHasBeenRemovedFromThisSpace": "Chat has been removed from this space",
"@chatHasBeenRemovedFromThisSpace": {
"type": "text",
"placeholders": {}
},
"cantOpenUri": "Can't open the URI {uri}",
"@cantOpenUri": {
"type": "text",