Skip to content

Commit

Permalink
Merge pull request #137 from amire80/patch-8
Browse files Browse the repository at this point in the history
Remove unnecessary commas
  • Loading branch information
cyberpower678 authored Apr 24, 2024
2 parents 1699227 + a94c80d commit dcd5669
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 dcd5669

Please sign in to comment.