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

Fix punctuation in a translatable message #134

Merged
merged 2 commits 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
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