diff --git a/management/templates/users.html b/management/templates/users.html index 2a3acffb..1b1e566d 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -39,7 +39,7 @@
  • Use aliases to create email addresses that forward to existing accounts.
  • Administrators get access to this control panel.
  • User accounts cannot contain any international (non-ASCII) characters, but aliases can.
  • -
  • Quotas may not contain any numbers or commas. Suffixes of G (gigabytes) and M (megabytes) are allowed. For unlimited storage enter 0 (zero)
  • +
  • Quotas may not contain any spaces or commas. Suffixes of G (gigabytes) and M (megabytes) are allowed. For unlimited storage enter 0 (zero)
  • Existing mail users

    @@ -270,7 +270,7 @@ function users_set_quota(elem) { "

    " + "" + "

    " + - "

    Quotas may not contain any numbers or commas. Suffixes of G (gigabytes) and M (megabytes) are allowed.

    " + + "

    Quotas may not contain any spaces or commas. Suffixes of G (gigabytes) and M (megabytes) are allowed.

    " + "

    For unlimited storage enter 0 (zero)

    "), "Set Quota", function() {