From c1a18bac6b68aa8335dfae45b2dc2a680dfb2169 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 23 Oct 2023 18:18:36 +0100 Subject: [PATCH] Doc: Update Joplin Cloud storage info to 2, 30, 50 GB --- packages/lib/utils/joplinCloud.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/lib/utils/joplinCloud.ts b/packages/lib/utils/joplinCloud.ts index 796b698d6..3980a3fa9 100644 --- a/packages/lib/utils/joplinCloud.ts +++ b/packages/lib/utils/joplinCloud.ts @@ -142,12 +142,12 @@ const features = (): Record => { basic: true, pro: true, teams: true, - basicInfo: _('%d GB storage space', 1), - proInfo: _('%d GB storage space', 10), - teamsInfo: _('%d GB storage space', 10), - basicInfoShort: _('%d GB', 1), - proInfoShort: _('%d GB', 10), - teamsInfoShort: _('%d GB', 10), + basicInfo: _('%d GB storage space', 2), + proInfo: _('%d GB storage space', 30), + teamsInfo: _('%d GB storage space', 50), + basicInfoShort: _('%d GB', 2), + proInfoShort: _('%d GB', 30), + teamsInfoShort: _('%d GB', 50), }, publishNote: { title: _('Publish notes to the internet'),