Skip to content
Snippets Groups Projects
Commit 6a0fde69 authored by Iryna Lagno's avatar Iryna Lagno
Browse files

MAGETWO-47796: Build stabilization

parent f4adef17
No related merge requests found
...@@ -57,8 +57,8 @@ class DeleteButtonTest extends \PHPUnit_Framework_TestCase ...@@ -57,8 +57,8 @@ class DeleteButtonTest extends \PHPUnit_Framework_TestCase
'label' => __('Delete Rule'), 'label' => __('Delete Rule'),
'class' => 'delete', 'class' => 'delete',
'on_click' => 'deleteConfirm(\'' . __( 'on_click' => 'deleteConfirm(\'' . __(
'Are you sure you want to do this?' 'Are you sure you want to do this?'
) . '\', \'' . $deleteUrl . '\')', ) . '\', \'' . $deleteUrl . '\')',
'sort_order' => 20, 'sort_order' => 20,
]; ];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment