diff --git a/services/git-bridge/src/main/java/uk/ac/ic/wlgitbridge/snapshot/base/MissingRepositoryException.java b/services/git-bridge/src/main/java/uk/ac/ic/wlgitbridge/snapshot/base/MissingRepositoryException.java index 39d28e6b57..ea9d6f07d7 100644 --- a/services/git-bridge/src/main/java/uk/ac/ic/wlgitbridge/snapshot/base/MissingRepositoryException.java +++ b/services/git-bridge/src/main/java/uk/ac/ic/wlgitbridge/snapshot/base/MissingRepositoryException.java @@ -11,9 +11,10 @@ public class MissingRepositoryException extends SnapshotAPIException { public static final List GENERIC_REASON = Arrays.asList( "This Overleaf project currently has no git access, either", - "because the project does not exist, or git access is not enabled for the project.", + "because the project does not exist, or because git access is not enabled for the project.", "", - "If this problem persists, please contact us at at support@overleaf.com" + "If this is unexpected, please contact us at support@overleaf.com, or", + "see https://www.overleaf.com/help/342 for more information." ); static List buildExportedToV2Message(String remoteUrl) {