From 41583f55d7ebb3ff831d73f4ddf1a565dbecacfb Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 8 Jun 2014 20:54:14 -0500 Subject: [PATCH] Issue #2257477 by droplet: Fixed Wrong system.mail label in system.schema.yml. --- core/modules/system/config/schema/system.schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index e2ee096298c3..1da125a882be 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -340,7 +340,7 @@ system.image.gd: system.mail: type: mapping - label: 'Image settings' + label: 'Mail system' mapping: interface: type: mapping -- GitLab