From 86d341294165cbc6a53dc322027513b295c726b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Wed, 25 Mar 2015 12:49:55 +0100 Subject: [PATCH] [fix] Small fixes and improvments in mailbox quota support --- src/locales/en.json | 4 ++-- src/views/user/user_create.ms | 6 +++--- src/views/user/user_edit.ms | 5 +++-- src/views/user/user_info.ms | 2 +- src/views/user/user_list.ms | 1 - 5 files changed, 9 insertions(+), 9 deletions(-) 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}}