Add 'please' to message shown to client for migrated project

This commit is contained in:
Shane Kilkelly 2018-12-03 11:53:34 +00:00
parent 326d0a0722
commit c0b52c5851

View file

@ -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."
);
}