From d8b73d3bb4b8ff66faa308e761b9ade25d0bf9f7 Mon Sep 17 00:00:00 2001 From: Magento EngCom Team Date: Wed, 24 Jan 2018 12:10:01 -0600 Subject: [PATCH] :arrow_double_up: Forwardport of magento/magento2#12387 to 2.3-develop branch Applied pull request patch https://github.com/magento/magento2/pull/12387.patch (created by @RhodriOwainDavies) based on commit(s): 1. ff734598c86942dd98f55bbd9e0a30b361da26e6 --- app/code/Magento/Captcha/i18n/en_US.csv | 4 ++-- .../Magento/Captcha/view/adminhtml/templates/default.phtml | 2 +- .../Magento/Captcha/view/frontend/templates/default.phtml | 4 ++-- .../Captcha/view/frontend/web/template/checkout/captcha.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/code/Magento/Captcha/i18n/en_US.csv b/app/code/Magento/Captcha/i18n/en_US.csv index 2de4ab5345c88..3c56d3f0d393d 100644 --- a/app/code/Magento/Captcha/i18n/en_US.csv +++ b/app/code/Magento/Captcha/i18n/en_US.csv @@ -4,10 +4,10 @@ Always,Always "Incorrect CAPTCHA","Incorrect CAPTCHA" "Incorrect CAPTCHA.","Incorrect CAPTCHA." "The account is locked. Please wait and try again or contact %1.","The account is locked. Please wait and try again or contact %1." -"Please enter the letters from the image","Please enter the letters from the image" +"Please enter the letters and numbers from the image","Please enter the letters and numbers from the image" "Attention: Captcha is case sensitive.","Attention: Captcha is case sensitive." "Reload captcha","Reload captcha" -"Please type the letters below","Please type the letters below" +"Please type the letters and numbers below","Please type the letters and numbers below" "Attention: Captcha is case sensitive.","Attention: Captcha is case sensitive." CAPTCHA,CAPTCHA "Enable CAPTCHA in Admin","Enable CAPTCHA in Admin" diff --git a/app/code/Magento/Captcha/view/adminhtml/templates/default.phtml b/app/code/Magento/Captcha/view/adminhtml/templates/default.phtml index b8dcd6c654c8e..1be4bd19cd4ba 100644 --- a/app/code/Magento/Captcha/view/adminhtml/templates/default.phtml +++ b/app/code/Magento/Captcha/view/adminhtml/templates/default.phtml @@ -13,7 +13,7 @@ $captcha = $block->getCaptchaModel(); ?>
getCaptchaModel(); ?>
- +
@@ -23,7 +23,7 @@ $captcha = $block->getCaptchaModel(); "imageLoader": "escapeUrl($block->getViewFileUrl('images/loader-2.gif')) ?>", "type": "escapeHtmlAttr($block->getFormId()) ?>"}}'>
- <?= $block->escapeHtmlAttr(__('Please type the letters below')) ?> + <?= $block->escapeHtmlAttr(__('Please type the letters and numbers below')) ?>
diff --git a/app/code/Magento/Captcha/view/frontend/web/template/checkout/captcha.html b/app/code/Magento/Captcha/view/frontend/web/template/checkout/captcha.html index 6767a121d849d..1e2f595a0087f 100644 --- a/app/code/Magento/Captcha/view/frontend/web/template/checkout/captcha.html +++ b/app/code/Magento/Captcha/view/frontend/web/template/checkout/captcha.html @@ -6,7 +6,7 @@ -->
- +
@@ -14,7 +14,7 @@