Make GENERIC_REASON consistent with web messages.

This commit is contained in:
Michael Walker 2018-02-07 10:06:28 +00:00
parent f13324134f
commit bd8e8688c3

View file

@ -11,7 +11,7 @@ public class MissingRepositoryException extends SnapshotAPIException {
public static final String GENERIC_REASON =
"This Overleaf project currently has no git access.\n" +
"\n" +
"If you think this is an error, contact support at support@overleaf.com.";
"If this problem persists, please contact us.";
public static final String EXPORTED_TO_V2 =
"This Overleaf project has been moved to Overleaf v2, and git access is temporarily unsupported.\n" +