diff --git a/src/Controller/MediaSourceController.php b/src/Controller/MediaSourceController.php index 3d0e79092..02a652131 100644 --- a/src/Controller/MediaSourceController.php +++ b/src/Controller/MediaSourceController.php @@ -136,7 +136,7 @@ public function put(MediaInterface $media, Request $request) { * @param \Drupal\media\MediaTypeInterface $media_type * Media type for new media. * @param \Drupal\taxonomy\TermInterface $taxonomy_term - * Term from the 'Behavior' vocabulary to give to new media. + * Term from the 'Media Use' vocabulary to give to new media. * @param \Symfony\Component\HttpFoundation\Request $request * The request object. *