diff --git a/external/@worldbrain/memex-common b/external/@worldbrain/memex-common index 071a507dae..ce0e0e9897 160000 --- a/external/@worldbrain/memex-common +++ b/external/@worldbrain/memex-common @@ -1 +1 @@ -Subproject commit 071a507dae1bb4f9183b3629f0238a70a3f3759c +Subproject commit ce0e0e98979a9c76e7bf074a43e09786febcd5f2 diff --git a/src/authentication/upgrade-modal/index.tsx b/src/authentication/upgrade-modal/index.tsx index bbdd7953bd..70748bfb36 100644 --- a/src/authentication/upgrade-modal/index.tsx +++ b/src/authentication/upgrade-modal/index.tsx @@ -52,7 +52,7 @@ export default class UpgradeModal extends UIElement< {this.props.limitReachedNotif === 'AI' && ( - You reached the monthly limit of $ + You reached the daily limit of{' '} {DEFAULT_POWERUP_LIMITS.AIpowerup} AI sessions @@ -240,7 +240,7 @@ export default class UpgradeModal extends UIElement< {this.props.limitReachedNotif === 'Bookmarks' && ( - You reached the monthly limit of $ + You reached the daily limit of{' '} {DEFAULT_POWERUP_LIMITS.bookmarksPowerUp} saved pages diff --git a/src/popup/container.tsx b/src/popup/container.tsx index 32d84433a1..16bcb30cbe 100644 --- a/src/popup/container.tsx +++ b/src/popup/container.tsx @@ -194,9 +194,8 @@ class PopupContainer extends StatefulUIElement { return ( - You've reached the limit of -
${DEFAULT_POWERUP_LIMITS.bookmarksPowerUp} saved - pages per month + You've reached the daily limit of
+ {DEFAULT_POWERUP_LIMITS.bookmarksPowerUp} saved pages
Upgrade to continue to save, annotate and organise. diff --git a/src/util/subscriptions/AICountIndicator.tsx b/src/util/subscriptions/AICountIndicator.tsx index 16ec16af6c..cc1f29c3ff 100644 --- a/src/util/subscriptions/AICountIndicator.tsx +++ b/src/util/subscriptions/AICountIndicator.tsx @@ -286,7 +286,7 @@ export class AICounterIndicator extends React.Component { ? 0 : this.leftOverBlocks} {' '} - AI sessions left this month + AI sessions left today )} {/*Is NOT in Trial anymore, has Key and no AI ownkey powerup */} @@ -303,7 +303,7 @@ export class AICounterIndicator extends React.Component { ? 0 : this.leftOverBlocks} {' '} - Claude sessions left this month + Claude sessions left today )} { Unlimited sessions.
- After trial: $ - {DEFAULT_POWERUP_LIMITS.AIpowerup} sessions per - month & 60 days money-back-guarantee + After trial: + {DEFAULT_POWERUP_LIMITS.AIpowerup} sessions day.
)} {/* Is NOT in Trial anymore, has no key and no AI powerup */} @@ -350,11 +349,8 @@ export class AICounterIndicator extends React.Component { ? 0 : this.leftOverBlocks} {' '} - GPT-3, Claude-Haiki & Image sessions left this - month. Resets in{' '} - - {this.daysUntilNextMonth()} days. - + GPT-3, Claude-Haiki & Image sessions left today. + Resets midnight. )} @@ -363,10 +359,7 @@ export class AICounterIndicator extends React.Component { {scenario === 'NoTrialHasKeyHasOwnKeyPowerUp' && ( Unlimited sessions with GPT-3 and GPT-4 at your - own cost. Claude sessions reset in{' '} - - {this.daysUntilNextMonth()} days. - + own cost. Claude sessions reset midnight )} diff --git a/src/util/subscriptions/pageCountIndicator.tsx b/src/util/subscriptions/pageCountIndicator.tsx index 0eb851f241..ff8218f288 100644 --- a/src/util/subscriptions/pageCountIndicator.tsx +++ b/src/util/subscriptions/pageCountIndicator.tsx @@ -136,7 +136,7 @@ export class BlockCounterIndicator extends React.Component { ) : ( {leftOverBlocks} pages left - this month + today )} { pages you have already saved.

- Resets in {this.daysUntilNextMonth()} days. + Resets at midnight. )} {leftOverBlocks > 0 && !this.props.isTrial && ( @@ -170,8 +170,7 @@ export class BlockCounterIndicator extends React.Component { Pages you save, annotate or add to Spaces.{' '}
Counts only once per page - forever! -

Resets in{' '} - {this.daysUntilNextMonth()} days. +

Resets at midnight. )} {this.props.isTrial && (