Commit e1ae788
committed
fix(#931): replace mojibake (corrupted UTF-8) strings in useStudyGroups toast and notification messages
Fix three user-facing strings in useStudyGroups.tsx that showed garbled characters:
- toast.success: 'Created group "..."' - smart quotes were corrupted to '“/â€Â�'\n- addNotification toast: same quote corruption in message template\n- toast 'Left group': wave emoji icon corrupted from '👋' to '👋'\n\nThese were caused by UTF-8 bytes being misinterpreted as Latin-1 (mojibake). Replaced with proper ASCII quotes and the Unicode emoji character.1 parent c44c6d9 commit e1ae788
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments