feat: Add remove rooms to and from spaces
This commit is contained in:
parent
c13e17afeb
commit
1d629ae79a
3 changed files with 62 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue