From fa66585b6bf92376822f5782da38300d85d26151 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Fri, 1 Feb 2019 01:35:55 +0200 Subject: [PATCH] fix typo --- management/templates/users.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {