You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Sales/view/adminhtml/templates/order/address/form.phtml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@
7
7
<div class="messages">
8
8
<div class="message message-notice">
9
9
<div class="message-inner">
10
-
<div class="message-content"><?=$block->escapeHtml(__('Changing address information will not recalculate shipping, tax or other order amount.')) ?></div>
10
+
<div class="message-content">
11
+
<?=$block->escapeHtml(
12
+
__('Changing address information will not recalculate shipping, tax or other order amount.')
0 commit comments