Switch name of deleted projects to archived projects to reduce confusion

This commit is contained in:
Alasdair Smith 2018-05-11 10:11:27 +01:00
parent 41654eb281
commit 64061f0079

View file

@ -41,7 +41,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) #{translate("deleted_projects")}
a(href) #{settings.overleaf ? translate("archived_projects") : translate("deleted_projects")}
if isShowingV1Projects
li(ng-class="{active: (filter == 'v1')}", ng-click="filterProjects('v1')")
a(href) #{translate("v1_projects")}