diff options
author | Huji <huji.huji@gmail.com> | 2025-03-29 12:35:27 +0000 |
---|---|---|
committer | Huji <huji.huji@gmail.com> | 2025-03-29 12:36:41 +0000 |
commit | 09d9111a511fbe6892db7abf2d82b15adbf25d16 (patch) | |
tree | 20624167ef6befb0d084ebc0cef2e9c64bc739c6 | |
parent | ba7295d6fdf61bb6f7a73704d0527a7537869523 (diff) | |
download | mediawikicore-09d9111a511fbe6892db7abf2d82b15adbf25d16.tar.gz mediawikicore-09d9111a511fbe6892db7abf2d82b15adbf25d16.zip |
Consistent spelling of "username"
Almost everywhere else in MediaWiki core and extensions
(at least those used by Wikimedia), it's written
without a space.
Follow up from I4c40a9566642fb2fbcf2006e4b7e33501b7b2575
Change-Id: I952f9552a5300eb883df1b2fc8d9276c42a2c3a6
-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 1e5ad0fb0bcf..080cfa83be0b 100644 --- a/includes/Rest/i18n/en.json +++ b/includes/Rest/i18n/en.json @@ -193,7 +193,7 @@ "rest-property-desc-revision-html-url": "Url to retrieve the revision content in html format", "rest-property-desc-revision-title": "Revision Title. Included only if the x-restbase-compat header is used to activate RESTBase compatibility", "rest-property-desc-user-id": "User identifier, or null for anonymous users", - "rest-property-desc-user-name": "User name, or originating IP address for anonymous users", + "rest-property-desc-user-name": "Username, or originating IP address for anonymous users", "rest-property-desc-revision-size": "Size of this revision in bytes", "rest-property-desc-revision-delta": "The difference in size compared to the previous revision.", "rest-property-desc-revision-comment": "The comment the author associated with the revision", |