1
0
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:
Laurent Cozic
2023-10-23 18:18:36 +01:00
parent e45835ed9a
commit c1a18bac6b

View File

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