diff --git a/services/web/app/views/project/list/side-bar.pug b/services/web/app/views/project/list/side-bar.pug index 37c0f1c4da..c71a8c22d2 100644 --- a/services/web/app/views/project/list/side-bar.pug +++ b/services/web/app/views/project/list/side-bar.pug @@ -59,7 +59,7 @@ li(ng-class="{active: (filter == 'shared')}", ng-click="filterProjects('shared')") a(href) #{translate("shared_with_you")} li(ng-class="{active: (filter == 'archived')}", ng-click="filterProjects('archived')") - a(href) #{settings.overleaf ? translate("archived_projects") : translate("deleted_projects")} + a(href) #{translate("archived_projects")} li(ng-class="{active: (filter == 'trashed')}", ng-click="filterProjects('trashed')") a(href) #{translate("trashed_projects")} li.separator