Skip to content

Commit

Permalink
Further fix punctuation and spelling in instructions messages
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 committed Mar 16, 2024
1 parent c7bb035 commit df0d64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/html/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@
"urlinterfaceinstructions2c": "You can modify the archive snapshot the bot uses for when it needs to add an archive to the given URL. When adding/changing a snapshot URL, it must match the original URL, and must be a recognized valid archive URL.",
"urlinterfaceinstructions2d": "You can run the bot on the pages it found the URL on. To do so, click the run button to be directed to the bot submission page. The list of pages the URL is found on is automatically populated in the submission form.",
"urlinterfaceinstructions3": "You can change the live state of the URL so the bot handles the URL in the appropriate manner. Sometimes this is locked because it is set at the domain level. Here are the specifics:",
"urlinterfaceinstructions3a": "Setting the state to dead means the bot will treat is as dead. The URL will stay dead when set.",
"urlinterfaceinstructions3b": "Setting the state to alive, means the bot will check the URL every 3 days and mark it as dead if it fails 3 consecutive checks. The link is treated as alive until the third check has failed or the bot encounters it marked as dead in an article it reviews.",
"urlinterfaceinstructions3a": "Setting the state to dead means the bot will treat it as dead. The URL will stay dead when set.",
"urlinterfaceinstructions3b": "Setting the state to alive means the bot will check the URL every 3 days and mark it as dead if it fails 3 consecutive checks. The link is treated as alive until the third check has failed or the bot encounters it marked as dead in an article it reviews.",
"urlinterfaceinstructions3c": "Setting the state to a subscription site means the bot will not acknowledge it as dead or alive, unless explicitly tagged as such on wiki, and will not modify the URL based on whether it's dead or alive.",
"urlinterfaceinstructions3d": "Privileged users can un/set the live state to permadead. This treats the URL as dead and locks it in that state so it cannot be modified by users lacking permission to do so.",
"urlinterfaceinstructions3e": "Privileged users can un/set the live state to permalive. This treats the URL as alive and locks it in that state so it cannot be modified by the bot or by users lacking permission to do so.",
Expand Down

0 comments on commit df0d64b

Please sign in to comment.