mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Show "Continue" instead of "Try again" on button to save as another user
Bug: T190406 Change-Id: I513acdab8ba7b09c13901e070b88e34d2699fb06
This commit is contained in:
parent
4e2f129fa0
commit
17f40c29b8
|
@ -855,7 +855,7 @@ ve.init.mw.ArticleTarget.prototype.saveErrorNewUser = function ( username ) {
|
|||
).parseDom()
|
||||
);
|
||||
|
||||
this.showSaveError( $msg );
|
||||
this.showSaveError( $msg, true );
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue