Skip to content

Commit 26f3731

Browse files
author
Mykhailo Miroshnikov
committed
MAGETWO-35341: Cannot create Configurable Product
- Fix typo
1 parent f65cbac commit 26f3731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/backend/notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define([
1313
$.widget('mage.notification', {
1414
options: {
1515
templates: {
16-
global: '<div class="messages"><div class="message <%- if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
16+
global: '<div class="messages"><div class="message <% if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
1717
}
1818
},
1919

0 commit comments

Comments
 (0)