mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Merge "MWParameterPage: Fix missed remove -> trash icon name rename"
This commit is contained in:
commit
7e892bbc97
|
@ -146,7 +146,7 @@ ve.ui.MWParameterPage = function VeUiMWParameterPage( parameter, name, config )
|
|||
if ( !this.parameter.isRequired() ) {
|
||||
this.removeButton = new OO.ui.ButtonWidget( {
|
||||
framed: false,
|
||||
icon: 'remove',
|
||||
icon: 'trash',
|
||||
title: ve.msg( 'visualeditor-dialog-transclusion-remove-param' ),
|
||||
flags: [ 'destructive' ],
|
||||
classes: [ 've-ui-mwParameterPage-removeButton' ]
|
||||
|
|
Loading…
Reference in a new issue