Skip to content
Snippets Groups Projects
Commit 7c028018 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Fix typo

parent 79553b52
No related branches found
No related tags found
No related merge requests found
Pipeline #6903 passed
......@@ -638,7 +638,7 @@ class ServerCheckerBot(Plugin):
parts.append(
"<details><summary>"
f"{_pluralize(outdated_users, 'user')} on "
f"{_pluralize(outdated_servers, 'servers')} {are} outdated"
f"{_pluralize(outdated_servers, 'server')} {are} outdated"
f"</summary>\n\n{outdateds}\n\n</details>"
)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment