mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Fix style
Change-Id: I345a942905f15edfa21f51de228efd7671f080c7
This commit is contained in:
parent
60ecafdf54
commit
c841720f0c
3 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
||||
You need access to the following endpoints:
|
||||
|
||||
- `/_matrix`
|
||||
- `/_synapse/admin`
|
||||
|
||||
|
|
|
@ -25,7 +25,8 @@ export default {
|
|||
},
|
||||
delete: {
|
||||
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: {
|
||||
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 a new issue