Fix style
Change-Id: I345a942905f15edfa21f51de228efd7671f080c7
This commit is contained in:
parent
60ecafdf54
commit
c841720f0c
@ -11,8 +11,8 @@ See also [Synapse version API](https://github.com/matrix-org/synapse/blob/develo
|
|||||||
|
|
||||||
After entering the URL on the login page of synapse-admin the server version appears below the input field.
|
After entering the URL on the login page of synapse-admin the server version appears below the input field.
|
||||||
|
|
||||||
|
|
||||||
You need access to the following endpoints:
|
You need access to the following endpoints:
|
||||||
|
|
||||||
- `/_matrix`
|
- `/_matrix`
|
||||||
- `/_synapse/admin`
|
- `/_synapse/admin`
|
||||||
|
|
||||||
|
@ -25,7 +25,8 @@ export default {
|
|||||||
},
|
},
|
||||||
delete: {
|
delete: {
|
||||||
title: "Raum löschen",
|
title: "Raum löschen",
|
||||||
message: "Sind Sie sicher dass Sie den Raum löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden. Alle Nachrichten und Medien, die der Raum beinhaltet werden vom Server gelöscht!",
|
message:
|
||||||
|
"Sind Sie sicher dass Sie den Raum löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden. Alle Nachrichten und Medien, die der Raum beinhaltet werden vom Server gelöscht!",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -23,7 +23,8 @@ export default {
|
|||||||
},
|
},
|
||||||
delete: {
|
delete: {
|
||||||
title: "Delete room",
|
title: "Delete room",
|
||||||
message: "Are you sure you want to delete the room? This cannot be undone. All messages and shared media in the room will be deleted from the server!",
|
message:
|
||||||
|
"Are you sure you want to delete the room? This cannot be undone. All messages and shared media in the room will be deleted from the server!",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user