mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-18 21:44:39 +00: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…
Add table
Reference in a new issue