diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4884df69..9bcf3a80 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -418,6 +418,10 @@ "message": "Enabled", "description": "Used in various lists/options to indicate that something is enabled" }, + "genericFilterLabel": { + "message": "Filter", + "description": "Used in various lists/options to indicate that something is or will be filtered" + }, "genericError": { "message": "Error", "description": "Used in various places to indicate some error occurred." diff --git a/manage.html b/manage.html index 1e0d2ea4..8254a504 100644 --- a/manage.html +++ b/manage.html @@ -31,6 +31,7 @@