From de7a10dd6787b66a7ee7cbb7bfa98266c6af343e Mon Sep 17 00:00:00 2001 From: Daniel Ostkamp <4895210+Iso5786@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:18:29 +0100 Subject: [PATCH] Added isEmpty import --- src/locale/en.js | 2 +- src/routes/students/DirectAward.svelte | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/locale/en.js b/src/locale/en.js index 6a4f3084..1feef1f2 100644 --- a/src/locale/en.js +++ b/src/locale/en.js @@ -1644,7 +1644,7 @@ I18n.translations.en = { eppnExisting: "Your upload contains {{count}} EPPN's (StudentID'd) with outstanding unaccepted or scheduled direct awards which are removed from the upload.", emailExisting: - "Your upload contains {{count}} emails that have already recieved this badgeclass which are removed from the upload", + "Your upload contains {{count}} emails that have already received this badgeclass which are removed from the upload", missingEvidenceOrNarrative: "Your upload contains {{count}} entries missing narrative and / or evidence which are removed from the upload.", good: "Parsed {{count}} entries for upload.", diff --git a/src/routes/students/DirectAward.svelte b/src/routes/students/DirectAward.svelte index 4db18fa8..21ec48d3 100644 --- a/src/routes/students/DirectAward.svelte +++ b/src/routes/students/DirectAward.svelte @@ -19,6 +19,7 @@ import AcceptInstitutionTerms from "../AcceptInstitutionTerms.svelte"; import StudentBreadCrumb from "../../components/students/StudentBreadCrumb.svelte"; import BadgeHeader from "../../components/students/BadgeHeader.svelte"; + import {isEmpty} from "../../util/utils"; export let entityId;