diff --git a/src/Form/EventInstanceCloneForm.php b/src/Form/EventInstanceCloneForm.php
index 60b96ca66c8b66dc5b6814119855afe3061040e5..e61c66cd2c331b6e385afd7e27674d1decb89cd7 100644
--- a/src/Form/EventInstanceCloneForm.php
+++ b/src/Form/EventInstanceCloneForm.php
@@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface;
 /**
  * Form controller for the eventinstance entity clone form.
  *
- * @ingroup omega_events
+ * @ingroup recurring_events
  */
 class EventInstanceCloneForm extends EventInstanceForm {
 
diff --git a/src/Form/EventInstanceDeleteForm.php b/src/Form/EventInstanceDeleteForm.php
index 8f8ef944718f50f1ccc0a8aa415962f6ef4bf570..e3ee660eac346742ba83cabce27d4c63862d9916 100644
--- a/src/Form/EventInstanceDeleteForm.php
+++ b/src/Form/EventInstanceDeleteForm.php
@@ -144,7 +144,7 @@ class EventInstanceDeleteForm extends ContentEntityDeleteForm {
       $entity->delete();
 
       $start_date = $entity->date->start_date;
-      \Drupal::logger('omega_events')->notice('@type: deleted event instance of %title scheduled to begin on %date.',
+      \Drupal::logger('recurring_events')->notice('@type: deleted event instance of %title scheduled to begin on %date.',
         [
           '@type' => $this->entity->bundle(),
           '%title' => $this->entity->getEventSeries()->title->value,