From b1e9186ebf54a535365fc8001571a8d2b335e5f6 Mon Sep 17 00:00:00 2001 From: Alex Taranovsky Date: Wed, 1 Jul 2020 12:48:50 +0300 Subject: [PATCH] magento/magento2#: Add i18 translations to requestPasswordResetEmail and resetPassword GraphQl mutations --- app/code/Magento/CustomerGraphQl/i18n/en_US.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/code/Magento/CustomerGraphQl/i18n/en_US.csv diff --git a/app/code/Magento/CustomerGraphQl/i18n/en_US.csv b/app/code/Magento/CustomerGraphQl/i18n/en_US.csv new file mode 100644 index 0000000000000..9f8c8b2916097 --- /dev/null +++ b/app/code/Magento/CustomerGraphQl/i18n/en_US.csv @@ -0,0 +1,6 @@ +"Cannot reset the customer's password","Cannot reset the customer's password" +"Cannot set the customer's password","Cannot set the customer's password" +"newPassword must be specified","newPassword must be specified" +"resetPasswordToken must be specified","resetPasswordToken must be specified" +"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."