aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/about.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/server/about.model.ts')
-rw-r--r--shared/models/server/about.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/server/about.model.ts b/shared/models/server/about.model.ts
index bde4e0b50..6d4ba63c4 100644
--- a/shared/models/server/about.model.ts
+++ b/shared/models/server/about.model.ts
@@ -6,6 +6,7 @@ export interface About {
6 terms: string 6 terms: string
7 7
8 codeOfConduct: string 8 codeOfConduct: string
9 hardwareInformation: string
9 10
10 creationReason: string 11 creationReason: string
11 moderationInformation: string 12 moderationInformation: string