Fix inconsistent capitalisation of GitHub and Javascript

Fixes #353
This commit is contained in:
rubenwardy
2022-01-20 01:28:50 +00:00
parent 3ad003140f
commit d9a6127c35
14 changed files with 333 additions and 247 deletions

View File

@@ -44,7 +44,7 @@ def checkForumAccount(username, forceNoSave=False):
# Get github username
github_username = profile.get("github")
if github_username is not None and github_username.strip() != "":
print("Updated github username for " + user.display_name + " to " + github_username)
print("Updated GitHub username for " + user.display_name + " to " + github_username)
user.github_username = github_username
needsSaving = True