From a8682a74bde739650d717c0c37bcd2f0b3d85f27 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 2 Jun 2008 21:16:26 -0700 Subject: [PATCH] Changed "max" plan to "premium" since a certain wife thought "max" sounds dumb, and I think in this case she's right. --- config/Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Common.py b/config/Common.py index 5dc02e7..597c6d4 100644 --- a/config/Common.py +++ b/config/Common.py @@ -86,7 +86,7 @@ settings = { """, }, { - "name": "max", + "name": "premium", "designed_for": "organizations", "storage_quota_bytes": 5000 * MEGABYTE, "included_users": 50,