mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 16:44:51 +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
|
||||
*/
|
||||
ve.ui.LinearContextItem.prototype.renderDescription = function () {
|
||||
ve.ui.MWTransclusionContextItem.prototype.renderDescription = function () {
|
||||
// No "Generated from" prefix in mobile context
|
||||
this.$description.text( ve.ce.MWTransclusionNode.static.getDescription( this.model ) );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue