Skip to content

Commit 4255389

Browse files
committed
MAGETWO-39422: [UI] Assistance with applying new style for Credit card validation
1 parent 65b5981 commit 4255389

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

app/code/Magento/Checkout/Block/Checkout/LayoutProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private function processPaymentConfiguration(array &$configuration, array $eleme
162162
'telephone' => [
163163
'config' => [
164164
'tooltip' => [
165-
'description' => 'For delivery Questions',
165+
'description' => 'For delivery questions.',
166166
],
167167
],
168168
],

app/code/Magento/Checkout/view/frontend/layout/checkout_onepage_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<item name="telephone" xsi:type="array">
196196
<item name="config" xsi:type="array">
197197
<item name="tooltip" xsi:type="array">
198-
<item name="description" xsi:type="string">For delivery Questions</item>
198+
<item name="description" xsi:type="string">For delivery questions.</item>
199199
</item>
200200
</item>
201201
</item>

app/code/Magento/Checkout/view/frontend/web/template/shipping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<!--Shipping method template-->
5151
<li id="opc-shipping_method" data-bind="fadeVisible: visible(), blockLoader: isLoading" role="presentation">
5252
<div class="checkout-shipping-method">
53-
<div class="step-title" data-bind="text: $t('Shipping Method')" data-role="title"></div>
53+
<div class="step-title" data-bind="text: $t('Shipping Methods')" data-role="title"></div>
5454
<!-- ko foreach: getRegion('before-shipping-method-form') -->
5555
<!-- ko template: getTemplate() --><!-- /ko -->
5656
<!-- /ko -->

app/code/Magento/Checkout/view/frontend/web/template/summary/cart-items.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active'}}">
99
<div class="title" data-role="title">
1010
<strong role="heading"><span data-bind="text: getItemsQty()"></span>
11-
<!-- ko text: $t('Items in cart') --><!-- /ko -->
11+
<!-- ko text: $t('Items in Cart') --><!-- /ko -->
1212
</strong>
1313
</div>
1414
<div class="content minicart-items" data-role="content">
@@ -32,7 +32,7 @@
3232
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active', 'active': true}}">
3333
<div class="title" data-role="title">
3434
<strong role="heading"><span data-bind="text: getItemsQty()"></span>
35-
<!-- ko text: $t('Items in cart') --><!-- /ko -->
35+
<!-- ko text: $t('Items in Cart') --><!-- /ko -->
3636
</strong>
3737
</div>
3838
<div class="content minicart-items" data-role="content">

app/code/Magento/Customer/view/frontend/web/template/customer-email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
data-validate="{required:true, 'validate-email':true}"
2626
id="customer-email" />
2727
<!-- ko template: 'ui/form/element/helper/tooltip' --><!-- /ko -->
28-
<span class="note"><!-- ko text: $t("(You can create an account after checkout)")--><!-- /ko --></span>
28+
<span class="note"><!-- ko text: $t("You can create an account after checkout.")--><!-- /ko --></span>
2929
</div>
3030
</div>
3131

app/code/Magento/SalesRule/view/frontend/web/template/payment/discount.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
data-bind="mageInit: {'collapsible':{'openedState': '_active'}}">
99
<div class="payment-option-title field choice" data-role="title">
1010
<span class="action action-toggle" id="block-discount-heading" role="heading" aria-level="2">
11-
<!-- ko text: $t('Apply promo code')--><!-- /ko -->
11+
<!-- ko text: $t('Apply Promo Code')--><!-- /ko -->
1212
</span>
1313
</div>
1414
<div class="payment-option-content" data-role="content">

app/code/Magento/Shipping/view/frontend/web/template/checkout/shipping/shipping-policy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77
<div class="shipping-policy-block field-tooltip" data-bind="visible: config.isEnabled">
88
<span class="field-tooltip-action">
9-
<!-- ko text: $t('See our shipping policy') --><!-- /ko -->
9+
<!-- ko text: $t('See our Shipping Policy') --><!-- /ko -->
1010
</span>
1111
<div class="field-tooltip-content">
1212
<span data-bind="html: config.shippingPolicyContent"></span>

0 commit comments

Comments
 (0)