whisper-money/config
Víctor Falcón 60ebe7e86f
Replace E2E encryption mentions with privacy-first messaging (#124)
## Summary

- Removes all references to "end-to-end encryption" and "E2E" across the
codebase
- Replaces with privacy-first messaging: data is never shared with third
parties, users own their data, app remains private and secure
- Updates all user-facing content: landing page, onboarding, billing,
terms, emails, setup script, subscription plans, and Coolify template
- Updates Spanish translations (`lang/es.json`) to match new messaging
- Updates `CLAUDE.md` and `README.md` project descriptions

## Files changed (12)

- `CLAUDE.md` — Project description
- `README.md` — Feature list
- `config/subscriptions.php` — Plan feature lists
- `lang/es.json` — Spanish translations (18 keys updated)
- `public/setup.sh` — CLI banner text
- `resources/js/components/onboarding/step-smart-rules.tsx` — Onboarding
step
- `resources/js/pages/settings/billing.tsx` — Billing benefits
- `resources/js/pages/terms.tsx` — Terms of service
- `resources/views/mail/drip/promo-code.blade.php` — Promo email
- `resources/views/mail/drip/welcome.blade.php` — Welcome email
- `resources/views/mail/user-lead-invitation.blade.php` — Lead
invitation email
- `templates/coolify/whisper-money.yaml` — Coolify slogan

## Test plan

- [x] All 492 tests pass
- [x] Pint formatting passes
- [x] Prettier formatting passes
- [x] ESLint passes
2026-02-14 16:59:50 +01:00
..
app.php Demo Account Experience (#51) 2026-01-07 10:58:14 +01:00
auth.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
cache.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
cashier.php Subscriptions (#15) 2025-12-06 19:09:56 +01:00
database.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
filesystems.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
fortify.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
inertia.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
landing.php chore: Remove MetricsWave tracking integration 2026-02-07 18:53:21 +01:00
logging.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
mail.php fix: Disable email verification on dev/local 2026-02-07 17:52:53 +01:00
pennant.php Add Cashflow Analytics Feature (#49) 2026-01-05 13:06:50 +01:00
queue.php Reapply "swap horizon -> queue:work on mysql" 2025-12-30 07:22:18 +01:00
sentry.php Config bugsink on Laravel 2025-12-31 12:11:55 +01:00
services.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
session.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
subscriptions.php Replace E2E encryption mentions with privacy-first messaging (#124) 2026-02-14 16:59:50 +01:00