mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 07:54:56 +00:00
Add helper text to deactivate switch of users (#31)
This commit is contained in:
parent
7ef6bc05c6
commit
185d71e5fc
3 changed files with 11 additions and 1 deletions
|
|
@ -35,6 +35,10 @@ export default {
|
|||
threepids: "3PIDs",
|
||||
address: "Adresse",
|
||||
},
|
||||
helper: {
|
||||
deactivate:
|
||||
"Deaktivierte Nutzer können nicht wieder aktiviert werden.",
|
||||
},
|
||||
},
|
||||
rooms: {
|
||||
name: "Raum |||| Räume",
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@ export default {
|
|||
threepids: "3PIDs",
|
||||
address: "Address",
|
||||
},
|
||||
helper: {
|
||||
deactivate: "Deactivated users cannot be reactivated",
|
||||
},
|
||||
},
|
||||
rooms: {
|
||||
name: "Room |||| Rooms",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue