Skip to content

Commit 7774b70

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-45603: Error in browser console and infinite spinner after attempt to reorder product
1 parent 02500c2 commit 7774b70

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/web/order/create

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ define([
11571157
jQuery('#edit_form').trigger('processStop');
11581158

11591159
confirm({
1160-
content: 'You have item changes',
1160+
content: jQuery.mage.__('You have item changes'),
11611161
actions: {
11621162
confirm: function() {
11631163
jQuery('#edit_form').trigger('processStart');

0 commit comments

Comments
 (0)