diff --git a/services/web/app/views/v1-tooltip.pug b/services/web/app/views/v1-tooltip.pug index 2934adbe8b..728962338a 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 version 1 and has not been imported to the beta yet + span This project is from Overleaf v1 and has not been imported to v2 yet. script(type="text/ng-template", id="v1TagTooltipTemplate") - span This folder is from Overleaf version 1 and has not been imported to the beta yet \ No newline at end of file + span This folder/tag is from Overleaf v1. Please go back to v1 to manage. \ No newline at end of file