Skip to content

Commit

Permalink
Update ContextInterface.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bindeali authored Dec 8, 2023
1 parent a6299d2 commit eb65633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/ContextInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import { Environment } from "../config/Environment";
export function retrieveInfoFromURLParameters(): boolean {
if (!(Environment.language in Languages))
throw new Error(
"LANGUAGE environment variable is not listed in the Languages.ts object."
"TERM_LANGUAGE environment variable is not listed in the Languages.ts object."
);
const isURL = require("is-url");
const urlParams = new URLSearchParams(window.location.search);
Expand Down

0 comments on commit eb65633

Please sign in to comment.