diff --git a/vendor/magento/module-reward/etc/di.xml b/vendor/magento/module-reward/etc/di.xml
index 8f22890357ae..c8731777c4cc 100644
--- a/vendor/magento/module-reward/etc/di.xml
+++ b/vendor/magento/module-reward/etc/di.xml
@@ -1,8 +1,22 @@
 <?xml version="1.0"?>
 <!--
-/**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
+/************************************************************************
+ *
+ *  ADOBE CONFIDENTIAL
+ *  ___________________
+ *
+ *  Copyright 2014 Adobe
+ *  All Rights Reserved.
+ *
+ *  NOTICE: All information contained herein is, and remains
+ *  the property of Adobe and its suppliers, if any. The intellectual
+ *  and technical concepts contained herein are proprietary to Adobe
+ *  and its suppliers and are protected by all applicable intellectual
+ *  property laws, including trade secret and copyright laws.
+ *  Dissemination of this information or reproduction of this material
+ *  is strictly forbidden unless prior written permission is obtained
+ *  from Adobe.
+ *  ************************************************************************
  */
 -->
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
@@ -38,6 +52,7 @@
         <arguments>
             <argument name="systemAttributes" xsi:type="array">
                 <item name="reward_update_notification" xsi:type="string">reward_update_notification</item>
+                <item name="reward_warning_notification" xsi:type="string">reward_warning_notification</item>
             </argument>
         </arguments>
     </type>

