mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 16:03:37 -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 {
|
} else {
|
||||||
return Arrays.asList(
|
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,
|
" " + remoteUrl,
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in a new issue