Merge "ve.ui.MWTransclusionContextItem: Use the right class name in override"

This commit is contained in:
jenkins-bot 2019-02-06 21:53:41 +00:00 committed by Gerrit Code Review
commit b7cf486403

View file

@ -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 ) );
};