From ceff838a19f355d613d16ddef944bb21e2bea794 Mon Sep 17 00:00:00 2001
From: alonaoneill <alonaoneill@354126952142.no-reply.drupal.org>
Date: Fri, 16 Aug 2019 10:37:52 +0200
Subject: [PATCH] Issue #3075301 by alonaoneill: Capitalize the name of the
 module in .info.yml file

---
 queue_stats.info.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/queue_stats.info.yml b/queue_stats.info.yml
index c5cc0d5..98a43a0 100644
--- a/queue_stats.info.yml
+++ b/queue_stats.info.yml
@@ -1,4 +1,4 @@
-name: 'Queue statistics'
+name: 'Queue Statistics'
 type: module
 description: 'Calculate statistics about queues'
 core: 8.x
-- 
GitLab