mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Doc: Distinction between sharing and collaborating on a notebook
This commit is contained in:
parent
13c4eba3af
commit
4d0b6ae382
@ -156,7 +156,13 @@ const features = (): Record<FeatureId, PlanFeature> => {
|
||||
teams: true,
|
||||
},
|
||||
collaborate: {
|
||||
title: _('Share and collaborate on a notebook'),
|
||||
title: _('Collaborate on a notebook with others'),
|
||||
basic: true,
|
||||
pro: true,
|
||||
teams: true,
|
||||
},
|
||||
share: {
|
||||
title: _('Share a notebook with others'),
|
||||
basic: false,
|
||||
pro: true,
|
||||
teams: true,
|
||||
|
Loading…
Reference in New Issue
Block a user