mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 15:04:02 +00:00
Use cog icon for options
Bug: T191099 Change-Id: I17783d02e154311dffafb9e9314d13b0e5cadff0
This commit is contained in:
parent
6e01f3e6e3
commit
fdc8107306
|
@ -301,7 +301,7 @@ ve.ui.MWReferenceDialog.prototype.initialize = function () {
|
|||
this.contentFieldset = new OO.ui.FieldsetLayout();
|
||||
this.optionsFieldset = new OO.ui.FieldsetLayout( {
|
||||
label: ve.msg( 'cite-ve-dialog-reference-options-section' ),
|
||||
icon: 'settings'
|
||||
icon: 'advanced'
|
||||
} );
|
||||
this.contentFieldset.$element.append( this.referenceTarget.$element );
|
||||
|
||||
|
|
Loading…
Reference in a new issue