aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/i18n/en.json
diff options
context:
space:
mode:
authorThalia <thalia.e.chan@googlemail.com>2021-04-29 17:21:50 +0100
committerThalia <thalia.e.chan@googlemail.com>2021-05-04 17:48:21 +0100
commit6cb10165943dec3bf5f706a3439cfd9e0da62961 (patch)
treeed36fb1a3b8d15708668df91aed01e3a3f3dd76f /includes/api/i18n/en.json
parentc8736c949c1662cac2b89b2dfc43d4dacc8eb07d (diff)
downloadmediawikicore-6cb10165943dec3bf5f706a3439cfd9e0da62961.tar.gz
mediawikicore-6cb10165943dec3bf5f706a3439cfd9e0da62961.zip
Allow partial action blocks to be made via ApiBlock
Bug: T280522 Change-Id: I114e3c76cfb6dd2f79b5217aee4b3da34df00850
Diffstat (limited to 'includes/api/i18n/en.json')
-rw-r--r--includes/api/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 0c26a0d07ee2..3e0fef1719f5 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -43,6 +43,7 @@
"apihelp-block-param-partial": "Block user from specific pages or namespaces rather than the entire site.",
"apihelp-block-param-pagerestrictions": "List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.",
"apihelp-block-param-namespacerestrictions": "List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.",
+ "apihelp-block-param-actionrestrictions": "List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.",
"apihelp-block-example-ip-simple": "Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.",
"apihelp-block-example-user-complex": "Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.",