diff --git a/src/locales/en.json b/src/locales/en.json index e4e5dbd9..2e507bcc 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -237,5 +237,7 @@ "user_emailaliases" : "Mail aliases", "user_emailforward" : "Mail forward", "user_new_mail": "newmail@mydomain.org", - "user_new_forward": "newforward@myforeigndomain.org" + "user_new_forward": "newforward@myforeigndomain.org", + "user_quota": "Quota", + "quota_description": "Mailbox size quota must be a size with b/k/M/G/T suffix or 0 to disable the quota" } diff --git a/src/views/user/user_create.ms b/src/views/user/user_create.ms index 9014d6aa..04f15424 100644 --- a/src/views/user/user_create.ms +++ b/src/views/user/user_create.ms @@ -43,6 +43,13 @@
{{mail}}
+{{mailbox-quota}}
{{/users}}