rebase to the latest main

This commit is contained in:
Victrid 2022-04-16 12:06:25 +08:00
parent e0d5cf4b42
commit 66fd18cbdc
No known key found for this signature in database
GPG key ID: 2899B3F217892627

View file

@ -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