diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 70a2854f1..72897680c 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -164,7 +164,7 @@ define(function() { // We're limiting the number of teams each user is able to own to 1 in order to make sure // users don't use "fake" teams (1 member) just to increase their storage limit. // You can change the value here. - // config.maxTeamsOwned = 1; + // config.maxOwnedTeams = 1; return config; }); diff --git a/www/common/common-constants.js b/www/common/common-constants.js index 83e8aae71..a083ceb90 100644 --- a/www/common/common-constants.js +++ b/www/common/common-constants.js @@ -17,7 +17,7 @@ define(['/customize/application_config.js'], function (AppConfig) { displayPadCreationScreen: 'displayPadCreationScreen', deprecatedKey: 'deprecated', MAX_TEAMS_SLOTS: AppConfig.maxTeamsSlots || 3, - MAX_TEAMS_OWNED: AppConfig.maxTeamsOwned || 1, + MAX_TEAMS_OWNED: AppConfig.maxOwnedTeams || 1, // Sub plan: 'CryptPad_plan', // Apps