fix(web/m7-352): use typographic apostrophe in failed-variant copy
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
const copy = $derived.by(() => {
|
||||
switch (variant) {
|
||||
case 'building': return 'Building your daily mix…';
|
||||
case 'failed': return 'Couldn't build this mix. Retrying soon.';
|
||||
case 'failed': return 'Couldn’t build this mix. Retrying soon.';
|
||||
case 'seed-needed': return 'Listen to more variety to unlock this slot.';
|
||||
default: return 'Listen to a few tracks — appears within 24h.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user