From dc79b6ab910d0199cb9ba3ceae6e99a84fe05dc9 Mon Sep 17 00:00:00 2001 From: Justman10000 Date: Mon, 29 Jul 2024 10:53:40 +0000 Subject: [PATCH] Capitalize OAuth states Change-Id: Icf18e40dceb0abda5cda314770cc80b4bfc6d6b7 --- i18n/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index be2f3aa6..d628337f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -63,12 +63,12 @@ "mwoauth-invalid-access-wrongwiki": "The consumer can only be used on project \"$1\".", "mwoauth-consumer-conflict": "Someone changed the attributes of this consumer as you viewed it. Please try again. You may want to check the change log.", "mwoauth-consumer-grantshelp": "Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\n\nRisky grants are marked. Unmarked grants are generally hard to abuse when the application is hijacked by someone with malicious intent. Grants with vandalism risk () can be used to cause disruption that takes a lot of effort to clean up. Grants with security risk () can cause lasting harm (such as theft of private data). Internal grants () are typically used only by the site operator, and requests for them are almost never approved. Please do not request risky grants unless you really need them.", - "mwoauth-consumer-stage-proposed": "proposed", - "mwoauth-consumer-stage-rejected": "rejected", - "mwoauth-consumer-stage-expired": "expired", - "mwoauth-consumer-stage-approved": "approved", - "mwoauth-consumer-stage-disabled": "disabled", - "mwoauth-consumer-stage-suppressed": "suppressed", + "mwoauth-consumer-stage-proposed": "Proposed", + "mwoauth-consumer-stage-rejected": "Rejected", + "mwoauth-consumer-stage-expired": "Expired", + "mwoauth-consumer-stage-approved": "Approved", + "mwoauth-consumer-stage-disabled": "Disabled", + "mwoauth-consumer-stage-suppressed": "Suppressed", "mwoauth-ignorewarnings": "Ignore warnings", "oauthconsumerregistration": "OAuth consumer registration", "mwoauthconsumerregistration-navigation": "Navigation:",