diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2c6a1ee6..675f8c05 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -353,6 +353,18 @@ "message": "Search on userstyles.org", "description": "Text for a link that searches for styles for this current site on userstyles.org" }, + "searchResultsHeader": { + "message": "Results for", + "description": "Text for label above search results" + }, + "searchResultRating": { + "message": "Rating", + "description": "Text for label that shows the search result's rating" + }, + "searchResultInstallCount": { + "message": "Installs", + "description": "Text for label that shows the number of times a search result was installed" + }, "searchResultInstall": { "message": "Install", "description": "Text for a button that installs a search result" diff --git a/popup.html b/popup.html index 4ef13055..57ada67f 100644 --- a/popup.html +++ b/popup.html @@ -90,6 +90,16 @@ By: +
+
+ : + +
+
+ : + +
+
@@ -133,7 +143,10 @@