diff options
author | bpirkle <bpirkle@wikimedia.org> | 2025-03-24 12:27:35 -0500 |
---|---|---|
committer | bpirkle <bpirkle@wikimedia.org> | 2025-03-24 12:27:35 -0500 |
commit | 3a9bd48f1cd5c634e6a9969eb734363aa97f342d (patch) | |
tree | f278da589cab7e61adcaf045bbffac94f7c51224 /includes/Rest | |
parent | debaa0bc7080a66bfefcda00e712847598fb7b70 (diff) | |
download | mediawikicore-3a9bd48f1cd5c634e6a9969eb734363aa97f342d.tar.gz mediawikicore-3a9bd48f1cd5c634e6a9969eb734363aa97f342d.zip |
REST: Fix rest-property-desc-search-matched-title message
In bringing over documentation strings from the API Portal, this one was
garbled. Fix to be sensible.
Change-Id: I74ebd499e91b10487e0ba3e17b8df6efe2116858
Diffstat (limited to 'includes/Rest')
-rw-r--r-- | includes/Rest/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Rest/i18n/en.json b/includes/Rest/i18n/en.json index a66c6503572b..1e5ad0fb0bcf 100644 --- a/includes/Rest/i18n/en.json +++ b/includes/Rest/i18n/en.json @@ -204,7 +204,7 @@ "rest-property-desc-revision-html": "Revision content in HTML, following the HTML specification", "rest-property-desc-revision-url": "URL to the latest revision of the page", "rest-property-desc-search-excerpt": "Excerpt of the page content matching the search query", - "rest-property-desc-search-matched-title": "The title of a page redirection from, if applicable, or null", + "rest-property-desc-search-matched-title": "Title of the page redirected from, if the search term matched a redirect page, or else null", "rest-property-desc-search-description": "Short summary of the page topic or null if no summary exists.", "rest-property-desc-search-thumbnail": "Information about the thumbnail image for the page, or null if no thumbnail exists.", "rest-schema-desc-mock-desc": "Mock description.", |