mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Rephrase shared projects
This commit is contained in:
parent
f34811fbf6
commit
a924f2a928
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
li(ng-class="{active: (filter == 'owned')}")
|
||||
a(href, ng-click="filterProjects('owned')") Your projects
|
||||
li(ng-class="{active: (filter == 'shared')}")
|
||||
a(href, ng-click="filterProjects('shared')") Shared projects
|
||||
a(href, ng-click="filterProjects('shared')") Shared with you
|
||||
li(ng-class="{active: (filter == 'archived')}")
|
||||
a(href, ng-click="filterProjects('archived')") Deleted projects
|
||||
li
|
||||
|
|
Loading…
Reference in a new issue