diff --git a/src/Form/CMMSettingsForm.php b/src/Form/CMMSettingsForm.php
index e80eac4..07fdd26 100755
--- a/src/Form/CMMSettingsForm.php
+++ b/src/Form/CMMSettingsForm.php
@@ -69,8 +69,8 @@ class CMMSettingsForm extends ConfigFormBase {
     $form['cocoon_media_settings']['media_video_bundle'] = [
       '#type' => 'textfield',
       '#title' => $this->t('Media video bundle'),
-      '#default_value' => $config->get('cocoon_media.media_image_bundle'),
-      '#description' => $this->t('The machine name of your image bundle, if you are unsure check your <a href="/media/add">/media/add</a> page. This is your media bundle where your imported video is stored.'),
+      '#default_value' => $config->get('cocoon_media.media_video_bundle'),
+      '#description' => $this->t('The machine name of your video bundle, if you are unsure check your <a href="/media/add">/media/add</a> page. This is your media bundle where your imported video is stored.'),
     ];
     // CMM pagination size.
     $form['cocoon_media_settings']['paging_size'] = [
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

diddism created an issue. See original summary.

diddism’s picture

diddism’s picture

Version: 8.x-2.0-rc5 » 8.x-2.x-dev
scuba_fly’s picture

Status: Active » Needs review
scuba_fly’s picture

Status: Needs review » Reviewed & tested by the community

Makes sense, I'll commit this and make a new release candidate.

  • scuba_fly committed 0463fd0 on 8.x-2.x authored by diddism
    Issue #3083905 by diddism, scuba_fly: Video field in admin settings uses...
scuba_fly’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.