From 1530062d00ed180d4496c0a960c0d1644eb2d988 Mon Sep 17 00:00:00 2001 From: James Allen Date: Wed, 9 Jan 2019 13:23:48 +0000 Subject: [PATCH] Merge pull request #1370 from sharelatex/as-update-v1-tag-messaging Update messaging on v1 tags now that v1 dash is inaccessible GitOrigin-RevId: 4e2ca9e58ccf9b9feb2e94e92a310f8ce949184e --- services/web/app/views/v1-tooltip.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/v1-tooltip.pug b/services/web/app/views/v1-tooltip.pug index 728962338a..09f3205239 100644 --- a/services/web/app/views/v1-tooltip.pug +++ b/services/web/app/views/v1-tooltip.pug @@ -3,4 +3,4 @@ script(type="text/ng-template", id="v1ProjectTooltipTemplate") script(type="text/ng-template", id="v1TagTooltipTemplate") - span This folder/tag is from Overleaf v1. Please go back to v1 to manage. \ No newline at end of file + span This folder/tag is from Overleaf v1. Once you move these projects to v2 the tag will also move. \ No newline at end of file