diff --git a/src/Plugin/Filter/FilterImageLinkToSource.php b/src/Plugin/Filter/FilterImageLinkToSource.php
index bf7c27e..ccedac2 100644
--- a/src/Plugin/Filter/FilterImageLinkToSource.php
+++ b/src/Plugin/Filter/FilterImageLinkToSource.php
@@ -12,7 +12,7 @@ use Drupal\filter\Plugin\FilterBase;
  *
  * @Filter(
  *   id = "filter_image_link_to_source",
- *   title = @Translation("Link images derivates to source"),
+ *   title = @Translation("Image Resize Filter: Link images derivates to source"),
  *   description = @Translation("Link an image derivate to its source (original) image."),
  *   type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_REVERSIBLE
  * )
diff --git a/src/Plugin/Filter/FilterImageResize.php b/src/Plugin/Filter/FilterImageResize.php
index 43c2d1f..7d43206 100644
--- a/src/Plugin/Filter/FilterImageResize.php
+++ b/src/Plugin/Filter/FilterImageResize.php
@@ -14,8 +14,8 @@ use Drupal\Core\Form\FormStateInterface;
  *
  * @Filter(
  *   id = "filter_image_resize",
- *   title = @Translation("Image resize filter"),
- *   description = @Translation("The image resize filter analyze <img> tags and compare the given height and width attributes to the actual file. If the file dimensions are different than those given in the <img> tag, the image will be copied and the src attribute will be updated to point to the resized image."),
+ *   title = @Translation("Image Resize Filter: Resize images based on their given height and width attributes"),
+ *   description = @Translation("Analyze the &lt;img&gt; tags and compare the given height and width attributes to the actual file. If the file dimensions are different than those given in the &lt;img&gt; tag, the image will be copied and the src attribute will be updated to point to the resized image."),
  *   type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_REVERSIBLE,
  *   settings = {
  *     "image_locations" = {},
