mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 07:54:56 +00:00
Move threepids in UserEdit to a separate tab (#51)
Separates information into individual tabs for a better overview.
This commit is contained in:
parent
2fc75cd6fc
commit
8282a3caf8
3 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ export default {
|
|||
name: "Benutzer",
|
||||
email: "E-Mail",
|
||||
msisdn: "Telefon",
|
||||
threepid: "E-Mail / Telefon",
|
||||
fields: {
|
||||
avatar: "Avatar",
|
||||
id: "Benutzer-ID",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ export default {
|
|||
name: "User |||| Users",
|
||||
email: "Email",
|
||||
msisdn: "Phone",
|
||||
threepid: "Email / Phone",
|
||||
fields: {
|
||||
avatar: "Avatar",
|
||||
id: "User-ID",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue