_controller = 'adminhtml_agreement'; $this->_blockGroup = 'Magento_CheckoutAgreements'; $this->_headerText = __('Terms and Conditions'); $this->_addButtonLabel = __('Add New Condition'); parent::_construct(); } }