Skip to content

Commit

Permalink
Use vocabulary's current name, Media Use (#1052)
Browse files Browse the repository at this point in the history
* Use vocabulary's current name, Media Use

* Update MediaSourceController.php
  • Loading branch information
rosiel authored Aug 15, 2024
1 parent 2b9b320 commit b0df472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/MediaSourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b0df472

Please sign in to comment.