diff --git a/_locales/en/messages.json b/_locales/en/messages.json index d96d7a69..68ca0bbd 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -237,6 +237,18 @@ "message": "Export", "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)" }, + "filteredStyles": { + "message": "$numShown$ shown of $numTotal$ total", + "description": "TL note - make this message short", + "placeholders": { + "numShown": { + "content": "$1" + }, + "numTotal": { + "content": "$2" + } + } + }, "findStylesForSite": { "message": "Find more styles for this site", "description": "Text for a link that gets a list of styles for the current site" diff --git a/manage.html b/manage.html index 1a5cae15..8dbdb2bc 100644 --- a/manage.html +++ b/manage.html @@ -133,7 +133,9 @@