diff --git a/panel.js b/panel.js index 709dccf..1c63d8e 100644 --- a/panel.js +++ b/panel.js @@ -190,7 +190,7 @@ function createFavourites() { if (numFavs == 0) { // empty section - var text = $('').html("Click '☆' to add favourites here"); + var text = $('').html("Click '☆' to add your favourites here"); divFavourites.append(text); }