diff --git a/_locales/en/messages.json b/_locales/en/messages.json index ea5c868f..3be04358 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -735,9 +735,6 @@ "message": "Live reload", "description": "The label of live-reload feature" }, - "manageExecutionOrder": { - "message": "Injection order" - }, "manageFavicons": { "message": "Favicons in applies-to column", "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page" @@ -1670,6 +1667,9 @@ "styleIncludeLabel": { "message": "Custom included sites" }, + "styleInjectionOrder": { + "message": "Style injection order" + }, "styleExcludeLabel": { "message": "Custom excluded sites" }, diff --git a/execution-order/execution-order.css b/injection-order/injection-order.css similarity index 100% rename from execution-order/execution-order.css rename to injection-order/injection-order.css diff --git a/execution-order/execution-order.html b/injection-order/injection-order.html similarity index 89% rename from execution-order/execution-order.html rename to injection-order/injection-order.html index 8c055236..22184f81 100644 --- a/execution-order/execution-order.html +++ b/injection-order/injection-order.html @@ -5,7 +5,7 @@