Skip to content

Commit 2833639

Browse files
committed
MAGETWO-56819: Notification messages area. Pull request preparation.
1 parent 647b206 commit 2833639

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/columns

1 file changed

+2
-2
lines changed

app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/columns/message.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ define([
2020
'message-error': false
2121
},
2222
statusMap: {
23-
0: 'success',
23+
0: 'info',
2424
1: 'progress',
25-
2: 'info',
25+
2: 'success',
2626
3: 'error'
2727
}
2828
},

0 commit comments

Comments
 (0)