Skip to content

Commit

Permalink
Change condition name to be explicitly a node condition. (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored and dannylamb committed Jan 21, 2020
1 parent 0ada41a commit a0c0b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Condition/MediaHasMimetype.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @Condition(
* id = "media_has_mimetype",
* label = @Translation("Media has Mime type"),
* label = @Translation("Node has Media with Mime type"),
* context_definitions = {
* "node" = @ContextDefinition("entity:node", label = @Translation("node"))
* }
Expand Down

0 comments on commit a0c0b06

Please sign in to comment.