mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add 'please' to message shown to client for migrated project
This commit is contained in:
parent
326d0a0722
commit
c0b52c5851
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class MissingRepositoryException extends SnapshotAPIException {
|
|||
"",
|
||||
" git remote set-url origin " + remoteUrl,
|
||||
"",
|
||||
"If this does not work, contact us at support@overleaf.com, or",
|
||||
"If this does not work, please contact us at support@overleaf.com, or",
|
||||
"see https://www.overleaf.com/help/342 for more information."
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue