if (this._userModel.isOrgAdmin()) {
          infoboxOpts.body = _t('editor.layers.max-layers-infowindow.org-admin.body', { maxLayers: this._getMaxCount() });
          infoboxOpts.action = { label: _t('editor.layers.max-layers-infowindow.org-admin.upgrade') };
        } else {