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

Bug: T190406
Change-Id: I513acdab8ba7b09c13901e070b88e34d2699fb06
This commit is contained in:
Nardog 2023-01-08 20:23:28 +09:00
parent 4e2f129fa0
commit 17f40c29b8

View file

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