From 49ac91efe60feccd69b2b38a21d57d77d2b5bfaa Mon Sep 17 00:00:00 2001 From: nate stemen Date: Mon, 29 Jul 2019 10:42:35 -0400 Subject: [PATCH] Merge pull request #2006 from overleaf/ns-project-import-dash-improvements project import dash improvements GitOrigin-RevId: 4e8ce6bdef7d22acff1746981a513ae1ef7a4539 --- services/web/app/views/v1-tooltip.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/v1-tooltip.pug b/services/web/app/views/v1-tooltip.pug index 09f3205239..8edd5df00c 100644 --- a/services/web/app/views/v1-tooltip.pug +++ b/services/web/app/views/v1-tooltip.pug @@ -1,6 +1,6 @@ script(type="text/ng-template", id="v1ProjectTooltipTemplate") - span This project is from Overleaf v1 and has not been imported to v2 yet. + span This project is from Overleaf v1 and has not yet been automatically or manually imported to v2. script(type="text/ng-template", id="v1TagTooltipTemplate") - 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 + span This folder/tag is from Overleaf v1. Once these projects are moved to v2 the tag will also move. \ No newline at end of file