Merge "Show "Continue" instead of "Try again" on button to save as another user"

This commit is contained in:
jenkins-bot 2023-01-10 01:49:04 +00:00 committed by Gerrit Code Review
commit bc936d73ce

View file

@ -855,7 +855,7 @@ ve.init.mw.ArticleTarget.prototype.saveErrorNewUser = function ( username ) {
).parseDom()
);
this.showSaveError( $msg );
this.showSaveError( $msg, true );
};
/**