Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary commas #137

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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