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