diff --git a/languages/en.yaml b/languages/en.yaml index b8d7d30d..77bf8aff 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -353,7 +353,7 @@ PLUGIN_ADMIN: CSS_PIPELINE_INCLUDE_EXTERNALS: "Include externals in CSS pipeline" CSS_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined" CSS_PIPELINE_BEFORE_EXCLUDES: "CSS pipeline render first" - CSS_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the CSS pipline before any other CSS references that are not included" + CSS_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the CSS pipeline before any other CSS references that are not included" CSS_MINIFY: "CSS minify" CSS_MINIFY_HELP: "Minify the CSS during pipelining" CSS_MINIFY_WINDOWS_OVERRIDE: "CSS minify Windows override" @@ -365,7 +365,7 @@ PLUGIN_ADMIN: JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS: "Include externals in JS pipeline" JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined" JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES: "JS pipeline render first" - JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipline before any other CSS references that are not included" + JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other CSS references that are not included" JAVASCRIPT_MINIFY: "JavaScript minify" JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining" ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets"