mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update wording of the change-your-remote message shown to user
This commit is contained in:
parent
007dfe1420
commit
439d55d805
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ public class MissingRepositoryException extends SnapshotAPIException {
|
|||
);
|
||||
} else {
|
||||
return Arrays.asList(
|
||||
"This Overleaf project has been moved to Overleaf v2, You should change your remote to:",
|
||||
"This Overleaf project has been moved to Overleaf v2, and has a new identifier.",
|
||||
"Please update your remote to:",
|
||||
"",
|
||||
" " + remoteUrl,
|
||||
"",
|
||||
|
|
Loading…
Reference in a new issue