Commit af1d53a
fix: Final branding cleanup - quit dialog and widgets
Fixed remaining user-visible 'Monarch' references:
- screens/credential_screens.py: 'Quit Monarch TUI?' → 'Quit moneyflow?'
- screens/review_screen.py: 'Commit to Monarch (C)' → 'Commit Changes (C)'
- widgets/__init__.py: 'Monarch TUI' → 'moneyflow TUI' in docstring
All user-facing text now uses 'moneyflow' branding consistently.
Remaining 'Monarch' references are appropriate:
- MonarchTUI class name (internal implementation detail)
- backends/monarch.py (Monarch backend implementation)
- monarchmoney.py (external GraphQL client)
- Comments mentioning Monarch as a supported platform
All 465 tests passing, pyright clean.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 8f5ce3e commit af1d53a
File tree
3 files changed
+3
-3
lines changed- moneyflow
- screens
- widgets
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments