Replace constructive with progressive UI flag

Change-Id: I0edfb7ad13b12a0695f6cdc4afc9afcc82265183
This commit is contained in:
James D. Forrester 2017-09-26 15:35:55 -04:00
parent bf1d4dffe4
commit 9764bbb04e

View file

@ -44,7 +44,7 @@ ve.ui.MWReferenceDialog.static.actions = [
{ {
action: 'insert', action: 'insert',
label: OO.ui.deferMsg( 'visualeditor-dialog-action-insert' ), label: OO.ui.deferMsg( 'visualeditor-dialog-action-insert' ),
flags: [ 'primary', 'constructive' ], flags: [ 'progressive', 'primary' ],
modes: 'insert' modes: 'insert'
}, },
{ {