aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2025-03-26 14:31:09 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2025-03-26 14:31:09 +0000
commitbc99c09825517177e645a1829bab164ae97be6e8 (patch)
treebefde0b597dc25b33e4d3e247248144afb7e1654
parentaa7be094808ebe90d09acac3e75d1a683c095012 (diff)
parent6a948ab58acfa0315c43495780eb5bce24e33efa (diff)
downloadmediawikicore-bc99c09825517177e645a1829bab164ae97be6e8.tar.gz
mediawikicore-bc99c09825517177e645a1829bab164ae97be6e8.zip
Merge "apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits: Add trailing fullstop"
-rw-r--r--includes/api/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 93e6dc2d29d4..3964e27fb772 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -1425,7 +1425,7 @@
"apihelp-query+userinfo-paramvalue-prop-options": "Lists all preferences the current user has set.",
"apihelp-query+userinfo-paramvalue-prop-editcount": "Adds the current user's edit count.",
"apihelp-query+userinfo-paramvalue-prop-ratelimits": "Lists all rate limits applying to the current user.",
- "apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits": "Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip",
+ "apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits": "Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip.",
"apihelp-query+userinfo-paramvalue-prop-realname": "Adds the user's real name.",
"apihelp-query+userinfo-paramvalue-prop-email": "Adds the user's email address and email authentication date.",
"apihelp-query+userinfo-paramvalue-prop-acceptlang": "Echoes the <code>Accept-Language</code> header sent by the client in a structured format.",