Skip to content

Commit

Permalink
Remove unnecessary commas
Browse files Browse the repository at this point in the history
Those are restrictive clauses, and those are
easier to understand with "that" and
without commas.
  • Loading branch information
amire80 authored Mar 16, 2024
1 parent ff7507e commit a94c80d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/html/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,13 @@
"changeurldata": "This permission grants users the ability to change the data of a URL the bot has encountered.",
"configurecitationrules": "This permission grants users the ability to change the citation template definitions of the bot.",
"configurewiki": "This permission grants users the ability to control the on wiki default behavior of the bot.",
"deblacklistdomains": "This permission grants users the ability to remove an entire domain, the bot has encountered, from the permadead list.",
"deblacklisturls": "This permission grants users the ability to remove a URL, the bot has encountered, from the permadead list.",
"deblacklistdomains": "This permission grants users the ability to remove an entire doman that the bot has encountered from the permadead list.",
"deblacklisturls": "This permission grants users the ability to remove a URL that the bot has encountered from the permadead list.",
"definearchivetemplates": "This permission grants users the ability to create new archive template definitions to use on wiki.",
"defineusergroups": "This permission grants users the ability to define the user groups on this interface.",
"definewiki": "This permission grants users the ability to add new wikis to the bot and UI.",
"dewhitelistdomains": "This permission grants users the ability to remove an entire domain, the bot has encountered, from the permalive list.",
"dewhitelisturls": "This permission grants users the ability to remove a URL, the bot has encountered, from the permalive list.",
"dewhitelistdomains": "This permission grants users the ability to remove an entire domain that the bot has encountered from the permalive list.",
"dewhitelisturls": "This permission grants users the ability to remove a URL that the bot has encountered from the permalive list.",
"highapilimit": "This permission grants users and bots the ability to make up to 5000 requests per minute to the API.",
"fpruncheckifdeadreview": "This permission grants users the ability to run the checkIfDead URL analyzer on all open false positive reports, and mark as fixed any no longer seen as dead.",
"overridearchivevalidation": "This permission grants users the ability to override the checks made on a submitted archive snapshot.",
Expand Down

0 comments on commit a94c80d

Please sign in to comment.