max / balanced_breakfast
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-2 deletions
| @@ -466,8 +466,7 @@ | |||
| 466 | 466 | '<p><strong>' + annual + '/year</strong>' + (savings > 0 ? ' (saves $' + savings + ' vs monthly)' : '') + ' or ' + monthly + '/month.</p>' + | |
| 467 | 467 | '<p class="sync-sub-fine-print">' + | |
| 468 | 468 | 'Annual is cheaper because Stripe charges a fixed ~$0.30 + 2.9% fee per transaction. ' + | |
| 469 | - | 'On a monthly plan we pay that fee twelve times a year; annual pays it once. ' + | |
| 470 | - | 'We pass the difference back to you rather than pocket it.' + | |
| 469 | + | 'On a monthly plan we pay that fee twelve times a year; annual pays it once.' + | |
| 471 | 470 | '</p>' + | |
| 472 | 471 | '<div class="sync-sub-actions">' + | |
| 473 | 472 | '<button class="btn btn-primary" id="sync-sub-annual">Subscribe (' + annual + '/year)</button>' + |