mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 07:54:56 +00:00
Add creation timestamp and consent version to UserEdit
Add information about the user to UserEdit - creation timestamp - consent version
This commit is contained in:
parent
168e249296
commit
627f3d2917
4 changed files with 19 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ export default {
|
|||
medium: "Medium",
|
||||
threepids: "3PIDs",
|
||||
address: "Adresse",
|
||||
creation_ts: "Zeitpunkt der Erstellung",
|
||||
consent_version: "Zugestimmte Bedingungen",
|
||||
},
|
||||
helper: {
|
||||
deactivate: "Deaktivierte Nutzer können nicht wieder aktiviert werden.",
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ export default {
|
|||
medium: "Medium",
|
||||
threepids: "3PIDs",
|
||||
address: "Address",
|
||||
creation_ts: "Creation timestamp",
|
||||
consent_version: "Consent version",
|
||||
},
|
||||
helper: {
|
||||
deactivate: "Deactivated users cannot be reactivated",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue