Fix wording for missing public tracks
This commit is contained in:
parent
bca3582e30
commit
13b6dd8691
|
@ -82,7 +82,7 @@ function MostRecentTrack() {
|
|||
<Loader active={track === null} />
|
||||
{track === undefined ? (
|
||||
<Message>
|
||||
No track uploaded yet. <Link to="/upload">Be the first!</Link>
|
||||
No public tracks yet. <Link to="/upload">Upload the first!</Link>
|
||||
</Message>
|
||||
) : track ? (
|
||||
<Item.Group>
|
||||
|
|
|
@ -81,7 +81,7 @@ function TrackList({privateTracks}: {privateTracks: boolean}) {
|
|||
</Item.Group>
|
||||
) : (
|
||||
<Message>
|
||||
No track uploaded yet. <Link to="/upload">Be the first!</Link>
|
||||
No public tracks yet. <Link to="/upload">Upload the first!</Link>
|
||||
</Message>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue