fix(i18n): correct misspelled translation keys and their usages

This commit is contained in:
Gauvain
2026-07-15 00:20:15 +02:00
parent 2df160adb7
commit fcb43c0be8
8 changed files with 15 additions and 15 deletions

View File

@@ -386,7 +386,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
default:
throw new Error(
t(
"login.an_unexpected_error_occured_did_you_enter_the_correct_url",
"login.an_unexpected_error_occurred_did_you_enter_the_correct_url",
),
);
}