Doc: Distinction between sharing and collaborating on a notebook

pull/8613/head
Laurent Cozic 2023-08-04 16:24:02 +01:00
parent 13c4eba3af
commit 4d0b6ae382
1 changed files with 7 additions and 1 deletions

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,