diff --git a/i18n/en.json b/i18n/en.json index 3745629..6d75f2e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -31,6 +31,6 @@ "resourceloaderarticles-success-edit": "Resource successfully edited", "resourceloaderarticles-success-delete": "Resource successfully deleted", - "resourceloaderarticles-help-page": "Page name of resource (excl. `MediaWiki:Common.[js|css]/`). Valid JS ends with `.js` and valid styling ends with `.css` or `.less`.", + "resourceloaderarticles-help-page": "Page name of resource (excl. `MediaWiki:Common.[js|css]/`). Valid JS ends with `.js` and valid styling ends with `.css`, `.less` or `.scss`.", "resourceloaderarticles-help-priority": "Priority for loading order of the resource (higher first), falls back to alphabetic order within a single priority class. Priority is done in two groups: Less/CSS and SCSS. The first group will always be before the second." }