diff --git a/src/routes/Profile.tsx b/src/routes/Profile.tsx index e4c9814..1518315 100644 --- a/src/routes/Profile.tsx +++ b/src/routes/Profile.tsx @@ -179,7 +179,7 @@ export function Profile() { }}>Unsubscribe ; }) - : You have no bookmarked songs. + : You didn't subscribe to any songs. } @@ -222,4 +222,4 @@ export function Profile() { } ) -} \ No newline at end of file +}