diff --git a/app/helpers/account_type_helper.rb b/app/helpers/account_type_helper.rb index 93d7308ad826..e816d6e33a58 100644 --- a/app/helpers/account_type_helper.rb +++ b/app/helpers/account_type_helper.rb @@ -57,7 +57,8 @@ def public_plan_name(account_type) 'Free Basemap LDS - Annual' => 'Free', 'Enterprise LDS - Annual' => 'Enterprise', 'CARTO Trial Account - Annual' => 'Trial', - 'Free 2020' => 'Free' + 'Free 2020' => 'Free', + 'Grant' => 'Grant' }.freeze PLAN_NAME_BY_ACCOUNT_TYPE_DOWN = Hash[PLAN_NAME_BY_ACCOUNT_TYPE.map { |k, v| [k.downcase, v] }]