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

Commit 32bf2ac

Browse files
authored
Fix typo
Thanks syncopsta... 👍
1 parent 4460cf7 commit 32bf2ac

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)