Commit 55eca28
chore(stake): drop four unused MOR strings (#259)
`opp.youKeepMor`, `opp.donateOpt`, `opp.morHow` and `opp.athleteBonus` are not
referenced anywhere in the codebase — leftovers from an opt-in model the code
never implemented.
They were also actively misleading. "You keep 100% of the MOR" and "Optionally
donate your MOR to the split" describe a flow where the split is a choice the
staker makes. What `use-morpheus-stake.ts` actually does is wire the claim
receiver to the 3-way split (staker 50 / Gnars 25 / athlete 25) by default,
right after the deposit, as a second signature. Keeping 100% is the exception —
it happens only if that second prompt is declined — and there is no UI for it.
`lootbox.hint` ("You keep 50% · Gnars 25% · athlete 25%") is the one the user
actually sees, and it is correct.
Deleting rather than rewriting: making them accurate would mean describing a
toggle that does not exist. The opt-out is a product decision, not a copy fix.
Both locales, 283 keys each, identical order. Verified the dialog's 20 live
`opp.*` keys all still resolve.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1ce5893 commit 55eca28
2 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 121 | | |
126 | 122 | | |
127 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 121 | | |
126 | 122 | | |
127 | 123 | | |
| |||
0 commit comments