mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 17:36:35 +00:00
Merge "ve.ui.MWTransclusionContextItem: Use the right class name in override"
This commit is contained in:
commit
b7cf486403
|
@ -77,7 +77,7 @@ ve.ui.MWTransclusionContextItem.prototype.getDescription = function () {
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
ve.ui.LinearContextItem.prototype.renderDescription = function () {
|
ve.ui.MWTransclusionContextItem.prototype.renderDescription = function () {
|
||||||
// No "Generated from" prefix in mobile context
|
// No "Generated from" prefix in mobile context
|
||||||
this.$description.text( ve.ce.MWTransclusionNode.static.getDescription( this.model ) );
|
this.$description.text( ve.ce.MWTransclusionNode.static.getDescription( this.model ) );
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue