diff --git a/src/locales/en.json b/src/locales/en.json index 2e507bcc..db7ecf7a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -238,6 +238,6 @@ "user_emailforward" : "Mail forward", "user_new_mail": "newmail@mydomain.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" + "user_mailbox_quota": "Mailbox quota", + "mailbox_quota_description": "Mailbox 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 04f15424..07c5be1d 100644 --- a/src/views/user/user_create.ms +++ b/src/views/user/user_create.ms @@ -44,10 +44,10 @@
- +
- -
{{t 'quota_description'}}
+ +
{{t 'mailbox_quota_description'}}
diff --git a/src/views/user/user_edit.ms b/src/views/user/user_edit.ms index 64425e20..1fe43da9 100644 --- a/src/views/user/user_edit.ms +++ b/src/views/user/user_edit.ms @@ -44,9 +44,10 @@
- +
- + +
{{t 'mailbox_quota_description'}}
diff --git a/src/views/user/user_info.ms b/src/views/user/user_info.ms index 34dfba67..9ea1155b 100644 --- a/src/views/user/user_info.ms +++ b/src/views/user/user_info.ms @@ -34,7 +34,7 @@ - {{t 'user_quota'}} + {{t 'user_mailbox_quota'}} {{mailbox-quota}}

{{@key}} {{fullname}}

{{mail}}

-

{{mailbox-quota}}

{{else}}