From ff734598c86942dd98f55bbd9e0a30b361da26e6 Mon Sep 17 00:00:00 2001 From: Rhodri Davies Date: Wed, 22 Nov 2017 11:04:37 +1100 Subject: [PATCH] CAPTCHA LABEL : Update the captcha labels and help text to refer to the contents of the captcha image --- 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 @@