From 9444a356d934854f9767a7b66eecd481593ecdab Mon Sep 17 00:00:00 2001 From: Alex Taranovsky Date: Wed, 24 Jun 2020 12:53:02 +0300 Subject: [PATCH] magento/magento2#: Add i18 translations for Reset password GraphQL mutations --- app/code/Magento/Customer/i18n/en_US.csv | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/code/Magento/Customer/i18n/en_US.csv b/app/code/Magento/Customer/i18n/en_US.csv index 7c88ffec1170a..16662a8c454fb 100644 --- a/app/code/Magento/Customer/i18n/en_US.csv +++ b/app/code/Magento/Customer/i18n/en_US.csv @@ -542,3 +542,8 @@ Addresses,Addresses "The store view is not in the associated website.","The store view is not in the associated website." "The Store View selected for sending Welcome email from is not related to the customer's associated website.","The Store View selected for sending Welcome email from is not related to the customer's associated website." "Add/Update Address","Add/Update Address" +"Cannot reset the customer's password","Cannot reset the customer's password" +"The email address has an invalid format.","The email address has an invalid format." +"You must specify an email address.","You must specify an email address." +"resetPasswordToken must be specified","resetPasswordToken must be specified" +"newPassword must be specified","newPassword must be specified"