MWWelcomeDialog: .html, not .text, as we're inserting HTML

Change-Id: I2cc35af4c6ed59ec1b5df991af1568c85c050fae
This commit is contained in:
James D. Forrester 2015-09-16 14:54:11 -07:00
parent 5ccf6668d4
commit 48c849ca5b

View file

@ -51,7 +51,7 @@ ve.ui.MWWelcomeDialog.prototype.getSetupProcess = function ( data ) {
.append(
$( '<span>' )
.addClass( 'visualeditor-welcomedialog-content-text' )
.text(
.html(
ve.msg( 'visualeditor-welcomedialog-content' ) +
'<br />' +
ve.msg( 'visualeditor-welcomedialog-content-thanks' )