Skip to content

Commit

Permalink
Update panel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ayodejidev committed Jan 25, 2024
1 parent 732361b commit efce47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function createFavourites() {

if (numFavs == 0) {
// empty section
var text = $('<span>').html("Click '&#9734' to add favourites here");
var text = $('<span>').html("Click '&#9734' to add your favourites here");
divFavourites.append(text);
}

Expand Down

0 comments on commit efce47b

Please sign in to comment.