diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index 06b55a740..ba9b006fb 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -551,6 +551,22 @@
"message": "Rule syntax: source destination type action
(full documentation).",
"description": "English: dynamic rule syntax and full documentation."
},
+ "rulesSort": {
+ "message": "Sort:",
+ "description": "English: label for sort option."
+ },
+ "rulesSortByType": {
+ "message": "Rule type",
+ "description": "English: a sort option for list of rules."
+ },
+ "rulesSortBySource": {
+ "message": "Source",
+ "description": "English: a sort option for list of rules."
+ },
+ "rulesSortByDestination": {
+ "message": "Destination",
+ "description": "English: a sort option for list of rules."
+ },
"whitelistPrompt": {
"message": "The trusted site directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
"description": "The name of the trusted sites pane."
diff --git a/src/dyna-rules.html b/src/dyna-rules.html
index dfd2729a1..de125bf39 100644
--- a/src/dyna-rules.html
+++ b/src/dyna-rules.html
@@ -35,7 +35,7 @@