From 3dc32db65fda64d8582074976f4515a701d1fa10 Mon Sep 17 00:00:00 2001
From: Lee Rowlands <lee.rowlands@previousnext.com.au>
Date: Tue, 10 Sep 2019 07:54:36 +1000
Subject: [PATCH] Issue #3078615 by andrewmacpherson: Provide a description of
 the media view

---
 core/modules/media/config/optional/views.view.media.yml         | 2 +-
 .../media_library/config/install/views.view.media_library.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/media/config/optional/views.view.media.yml b/core/modules/media/config/optional/views.view.media.yml
index bae4791bb77f..2c8bec42b210 100644
--- a/core/modules/media/config/optional/views.view.media.yml
+++ b/core/modules/media/config/optional/views.view.media.yml
@@ -10,7 +10,7 @@ dependencies:
 id: media
 label: Media
 module: views
-description: ''
+description: 'Find and manage media.'
 tag: ''
 base_table: media_field_data
 base_field: mid
diff --git a/core/modules/media_library/config/install/views.view.media_library.yml b/core/modules/media_library/config/install/views.view.media_library.yml
index b52edd811b21..2a47f38ecab5 100644
--- a/core/modules/media_library/config/install/views.view.media_library.yml
+++ b/core/modules/media_library/config/install/views.view.media_library.yml
@@ -15,7 +15,7 @@ dependencies:
 id: media_library
 label: 'Media library'
 module: views
-description: ''
+description: 'Find and manage media.'
 tag: ''
 base_table: media_field_data
 base_field: mid
-- 
GitLab