mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 09:04:55 +00:00
Add edit user_type to user (#209)
This commit is contained in:
parent
67066a1ba7
commit
e787b0a940
5 changed files with 32 additions and 13 deletions
|
|
@ -121,6 +121,7 @@ const de = {
|
|||
creation_ts_ms: "Zeitpunkt der Erstellung",
|
||||
consent_version: "Zugestimmte Geschäftsbedingungen",
|
||||
auth_provider: "Provider",
|
||||
user_type: "Benutzertyp",
|
||||
},
|
||||
helper: {
|
||||
deactivate:
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ const en = {
|
|||
creation_ts_ms: "Creation timestamp",
|
||||
consent_version: "Consent version",
|
||||
auth_provider: "Provider",
|
||||
user_type: "User type",
|
||||
},
|
||||
helper: {
|
||||
deactivate: "You must provide a password to re-activate an account.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue