diff --git a/languages/en.yaml b/languages/en.yaml
index fb29844a..bac19e95 100644
--- a/languages/en.yaml
+++ b/languages/en.yaml
@@ -760,20 +760,20 @@ PLUGIN_ADMIN:
SCHEDULER_CRON_NA: "Cron Not Available"
SCHEDULER_NOT_ENABLED: "Not Enabled"
SCHEDULER_SETUP: "Scheduler Setup"
- SCHEDULER_INSTRUCTIONS: "The Grav Scheduler allow you to create and schedule custom jobs. It also provides a method for Grav plugins to integrate programatically and dynamically add jobs to be run periodically."
+ SCHEDULER_INSTRUCTIONS: "The Grav Scheduler allows you to create and schedule custom jobs. It also provides a method for Grav plugins to integrate programmatically and dynamically add jobs to be run periodically."
SCHEDULER_POST_INSTRUCTIONS: "To enable the Scheduler's functionality, you must add the Grav Scheduler to your system's crontab file. Run the command above from the terminal to add it automatically. Once saved, refresh this page to see the status Ready."
SCHEDULER_JOBS: "Custom Scheduler Jobs"
SCHEDULER_STATUS: "Scheduler Status"
SECURITY: "Security"
- XSS_SECURITY: "XSS Security"
+ XSS_SECURITY: "XSS Security for Content"
XSS_WHITELIST_PERMISSIONS: "Whitelist Permissions"
XSS_WHITELIST_PERMISSIONS_HELP: "Users with these permissions will skip the XSS rules when saving content"
- XSS_ON_EVENTS: "On-events"
- XSS_INVALID_PROTOCOLS: "Invalid protocols"
+ XSS_ON_EVENTS: "Filter On-events"
+ XSS_INVALID_PROTOCOLS: "Filter Invalid protocols"
XSS_INVALID_PROTOCOLS_LIST: "Invalid protocols list"
- XSS_MOZ_BINDINGS: "Moz bindings"
- XSS_HTML_INLINE_STYLES: "HTML inline styles"
- XSS_DANGEROUS_TAGS: "Dangerous HTML tags"
+ XSS_MOZ_BINDINGS: "Filter Moz bindings"
+ XSS_HTML_INLINE_STYLES: "Filter HTML inline styles"
+ XSS_DANGEROUS_TAGS: "Filter Dangerous HTML tags"
XSS_DANGEROUS_TAGS_LIST: "Dangerous HTML tags list"
XSS_ONSAVE_ISSUE: "Save failed: XSS issue detected..."
XSS_ISSUE: "NOTICE: Grav found potential XSS issues in %s"