Skip to content

Commit

Permalink
Added isEmpty import
Browse files Browse the repository at this point in the history
  • Loading branch information
Iso5786 committed Nov 13, 2024
1 parent 7510946 commit de7a10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
1 change: 1 addition & 0 deletions src/routes/students/DirectAward.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de7a10d

Please sign in to comment.