mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:21:01 +00:00
Switch name of deleted projects to archived projects to reduce confusion
This commit is contained in:
parent
41654eb281
commit
64061f0079
1 changed files with 1 additions and 1 deletions
|
@ -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")}
|
||||
|
|
Loading…
Reference in a new issue