@@ -140,7 +141,7 @@ class RecurlySettingsForm extends ConfigFormBase {
'#type'=>'details',
'#title'=>$this->t('Recurly account syncing'),
'#open'=>!empty($recurly_entity_type),
'#description'=>$this->t("Each time a particular object type (User, Node, Group, etc.) is updated, you may have information sent to Recurly to keep the contact information kept up-to-date. It is extremely important to maintain updated contact information in Recurly, as when an account enters the dunning process, the e-mail account in Recurly is the primary contact address."),
'#description'=>$this->t("Each time a particular entity type is updated, you may have information sent to Recurly to keep the contact information kept up-to-date. This can be any entity within Drupal, such as User, Content (Node), Group, etc. It is extremely important to maintain updated contact information in Recurly, as when an account enters the dunning process, the e-mail account in Recurly is the primary contact address."),
];
$form['sync']['recurly_entity_type']=[
'#title'=>$this->t('Send Recurly account updates for each'),