Commit 2bf6a97
Rebrand fan club tokens to coins across UI messages (#14060)
## Summary
This PR updates user-facing messaging throughout the application to
rebrand "fan club token" references to "coin" for consistency and
clarity across the Audius platform.
## Key Changes
- Updated coin details messages to use "coin" instead of "fan club
token" in descriptions, tooltips, and explanatory text
- Changed button and banner text from "Buy Fan Club Token" to "Buy
Coins"
- Updated wallet connection modal description to reference "coins"
instead of "fan club tokens"
- Updated gated content section messaging to use "coin" terminology
- Affected files:
- `packages/common/src/messages/coinDetailsMessages.ts` - Primary
messaging updates across multiple sections (descriptions, tooltips,
vesting schedule, artist earnings, etc.)
- `packages/mobile/src/components/details-tile/DetailsTileNoAccess.tsx`
- Button text update
- `packages/web/src/components/banner/TradingVolumeLaunchBanner.tsx` -
Banner text update
- `packages/web/src/components/track/GatedContentSection.tsx` - Gated
content messaging update
-
`packages/web/src/pages/audio-page/components/modals/ConnectedWalletsModal.tsx`
- Wallet modal description update
## Implementation Details
All changes are purely textual/messaging updates with no functional code
modifications. The rebranding is applied consistently across all
user-facing strings while maintaining the same functionality and
structure.
https://claude.ai/code/session_01SgfNa2m3Mdb1QhfJ5ebEWv
Co-authored-by: Claude <noreply@anthropic.com>1 parent 00cab3a commit 2bf6a97
5 files changed
Lines changed: 17 additions & 17 deletions
File tree
- packages
- common/src/messages
- mobile/src/components/details-tile
- web/src
- components
- banner
- track
- pages/audio-page/components/modals
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments