You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Doc: Update Joplin Cloud storage info to 2, 30, 50 GB
This commit is contained in:
@@ -142,12 +142,12 @@ const features = (): Record<FeatureId, PlanFeature> => {
|
|||||||
basic: true,
|
basic: true,
|
||||||
pro: true,
|
pro: true,
|
||||||
teams: true,
|
teams: true,
|
||||||
basicInfo: _('%d GB storage space', 1),
|
basicInfo: _('%d GB storage space', 2),
|
||||||
proInfo: _('%d GB storage space', 10),
|
proInfo: _('%d GB storage space', 30),
|
||||||
teamsInfo: _('%d GB storage space', 10),
|
teamsInfo: _('%d GB storage space', 50),
|
||||||
basicInfoShort: _('%d GB', 1),
|
basicInfoShort: _('%d GB', 2),
|
||||||
proInfoShort: _('%d GB', 10),
|
proInfoShort: _('%d GB', 30),
|
||||||
teamsInfoShort: _('%d GB', 10),
|
teamsInfoShort: _('%d GB', 50),
|
||||||
},
|
},
|
||||||
publishNote: {
|
publishNote: {
|
||||||
title: _('Publish notes to the internet'),
|
title: _('Publish notes to the internet'),
|
||||||
|
|||||||
Reference in New Issue
Block a user