Add page to show room details

Change-Id: Iec4f402c4322d775cc14c567069a3295ad383b44
This commit is contained in:
Manuel Stahl
2020-04-21 14:51:40 +02:00
parent 662735a91f
commit 375649756f
5 changed files with 43 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ export default {
"Muss eine vollständige Matrix Benutzer-ID sein, z.B. @benutzer_id:homeserver",
},
rooms: {
details: "Raumdetails",
room_name: "Raumname",
make_public: "Öffentlicher Raum",
room_name_required: "Muss angegeben werden",

View File

@@ -17,6 +17,7 @@ export default {
"Must be a fully qualified Matrix user-id, e.g. @user_id:homeserver",
},
rooms: {
details: "Room Details",
room_name: "Room Name",
make_public: "Make room public",
room_name_required: "Must be provided",