Skip to content

Commit

Permalink
Capitalize OAuth states
Browse files Browse the repository at this point in the history
Change-Id: Icf18e40dceb0abda5cda314770cc80b4bfc6d6b7
  • Loading branch information
Justman100 committed Jul 30, 2024
1 parent 8e469ab commit dc79b6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<span class=\"mw-grantriskgroup-vandalism\"></span>) can be used to cause disruption that takes a lot of effort to clean up. Grants with security risk (<span class=\"mw-grantriskgroup-security\"></span>) can cause lasting harm (such as theft of private data). Internal grants (<span class=\"mw-grantriskgroup-internal\"></span>) 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:",
Expand Down

0 comments on commit dc79b6a

Please sign in to comment.