From 13b6dd8691155bd13d4580a35ff2d9a7021e4579 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Mon, 19 Apr 2021 21:53:35 +0200 Subject: [PATCH] Fix wording for missing public tracks --- frontend/src/pages/HomePage.js | 2 +- frontend/src/pages/TracksPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/HomePage.js b/frontend/src/pages/HomePage.js index e83c9cb..735dbbb 100644 --- a/frontend/src/pages/HomePage.js +++ b/frontend/src/pages/HomePage.js @@ -82,7 +82,7 @@ function MostRecentTrack() { {track === undefined ? ( - No track uploaded yet. Be the first! + No public tracks yet. Upload the first! ) : track ? ( diff --git a/frontend/src/pages/TracksPage.tsx b/frontend/src/pages/TracksPage.tsx index 47abbf8..4de1b7b 100644 --- a/frontend/src/pages/TracksPage.tsx +++ b/frontend/src/pages/TracksPage.tsx @@ -81,7 +81,7 @@ function TrackList({privateTracks}: {privateTracks: boolean}) { ) : ( - No track uploaded yet. Be the first! + No public tracks yet. Upload the first! )}