Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 842cd3f

Browse files
authored
Merge pull request #141 from derNiklaas/patch-1
Fix typo
2 parents 4460cf7 + 32bf2ac commit 842cd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodecg-io-core/dashboard/authentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function loadFramework(): Promise<void> {
6565
if (await setPassword(password)) {
6666
spanPasswordNotice.innerText = "";
6767
} else {
68-
spanPasswordNotice.innerText = "The provided passwort isn't correct!";
68+
spanPasswordNotice.innerText = "The provided password isn't correct!";
6969
inputPassword.value = "";
7070
}
7171

0 commit comments

Comments
 (0)