Skip to content

Commit 7f8a724

Browse files
committed
Add translate around telephone tooltip description in checkout
1 parent 58f3cdc commit 7f8a724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private function processPaymentConfiguration(array &$configuration, array $eleme
173173
'telephone' => [
174174
'config' => [
175175
'tooltip' => [
176-
'description' => 'For delivery questions.',
176+
'description' => __('For delivery questions.'),
177177
],
178178
],
179179
],

0 commit comments

Comments
 (0)