mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 07:54:56 +00:00
Change field creation_ts * 1000 to creation_ts_ms
This commit is contained in:
parent
627f3d2917
commit
aaf1ebb909
4 changed files with 5 additions and 5 deletions
|
|
@ -38,8 +38,8 @@ export default {
|
|||
medium: "Medium",
|
||||
threepids: "3PIDs",
|
||||
address: "Adresse",
|
||||
creation_ts: "Zeitpunkt der Erstellung",
|
||||
consent_version: "Zugestimmte Bedingungen",
|
||||
creation_ts_ms: "Zeitpunkt der Erstellung",
|
||||
consent_version: "Zugestimmte Geschäftsbedingungen",
|
||||
},
|
||||
helper: {
|
||||
deactivate: "Deaktivierte Nutzer können nicht wieder aktiviert werden.",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export default {
|
|||
medium: "Medium",
|
||||
threepids: "3PIDs",
|
||||
address: "Address",
|
||||
creation_ts: "Creation timestamp",
|
||||
creation_ts_ms: "Creation timestamp",
|
||||
consent_version: "Consent version",
|
||||
},
|
||||
helper: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue