From 970dc0b65d7903cc55a11cd5258392e33d9f3db5 Mon Sep 17 00:00:00 2001 From: veganedge Date: Thu, 27 Feb 2025 20:37:18 -0800 Subject: [PATCH] fix typo --- frontend/src/views/Import.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Import.svelte b/frontend/src/views/Import.svelte index f25844b..769773a 100644 --- a/frontend/src/views/Import.svelte +++ b/frontend/src/views/Import.svelte @@ -189,7 +189,7 @@ } dataReturned = true; - notifySuccess("Transcripts uploaded successfully - They has now been placed in a queue and will be processed over the next few days."); + notifySuccess("Transcripts uploaded successfully - They have now been placed in a queue and will be processed over the next few days."); }).catch((e) => { notifyError(`Failed to upload transcripts: ${e}`); queryLoading = false;