Skip to content

Commit 9b86c28

Browse files
committed
Tweak non-connected msg
1 parent 269eba8 commit 9b86c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Info/TextInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const TextInfo = ({ track, isStopped, isConnected, error }) => {
88
if (isStopped || !isConnected) {
99
return (
1010
<div className="spotify-player-track-details spotify-player-message">
11-
{isConnected ? "The device is currently stopped. Please load a playlist or album." : "Not Connected."}
11+
{isConnected ? "The device is currently stopped. Please load a playlist or album." : "Waiting for API connection..."}
1212
</div>
1313
)
1414
}

0 commit comments

Comments
 (0)