mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 19:00:48 +00:00
Make GENERIC_REASON consistent with web messages.
This commit is contained in:
parent
f13324134f
commit
bd8e8688c3
1 changed files with 1 additions and 1 deletions
|
@ -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" +
|
||||
|
|
Loading…
Reference in a new issue