From 3cb62fe3a3a8210342945dbaba5b281daf37df63 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 14 Jul 2015 09:59:59 +0100
Subject: [PATCH] Issue #2531622 by colbol: The description for the responsive
 image module admin link should end with a period.

---
 core/modules/responsive_image/responsive_image.links.menu.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/responsive_image/responsive_image.links.menu.yml b/core/modules/responsive_image/responsive_image.links.menu.yml
index e361e25706d7..4e7ffa46e4fd 100644
--- a/core/modules/responsive_image/responsive_image.links.menu.yml
+++ b/core/modules/responsive_image/responsive_image.links.menu.yml
@@ -1,6 +1,6 @@
 entity.responsive_image_style.collection:
   title: 'Responsive image styles'
-  description: 'Manage responsive image styles'
+  description: 'Manage responsive image styles.'
   weight: 10
   route_name: entity.responsive_image_style.collection
   parent: system.admin_config_media
-- 
GitLab