update no drafts text to specify that you dont have drafts, not bookmarks

This commit is contained in:
mc 2024-02-05 15:28:02 +01:00 committed by GitHub
parent 98ac93aad8
commit 03106e9da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,7 +270,7 @@ export function Profile() {
}}>Delete draft</Button>
</Song>;
})
: <Text>You have no bookmarked songs.</Text>
: <Text>You have no drafts.</Text>
}
</Box>
</Box> :