1
0
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:
Laurent Cozic 2023-08-04 16:24:02 +01:00
parent 13c4eba3af
commit 4d0b6ae382

View File

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