diff --git a/plugins/recruit-assets/lang/en.json b/plugins/recruit-assets/lang/en.json index 105576698f..1b0353f508 100644 --- a/plugins/recruit-assets/lang/en.json +++ b/plugins/recruit-assets/lang/en.json @@ -13,7 +13,9 @@ "CandidatesName": "Pool name *", "MakePrivateDescription": "Only members can see it", "CreateAnApplication": "Create an application", - "NoApplicationsForCandidate": "There are no applications for this candidate." + "NoApplicationsForCandidate": "There are no applications for this candidate.", + "UploadDropFilesHere": "Upload or drop files here", + "NoAttachmentsForCandidate": "There are no attachments for this candidate." }, "status": { "CandidateRequired": "Please select candidate" diff --git a/plugins/recruit-resources/src/components/Attachments.svelte b/plugins/recruit-resources/src/components/Attachments.svelte index 6928df11be..0b37b6475a 100644 --- a/plugins/recruit-resources/src/components/Attachments.svelte +++ b/plugins/recruit-resources/src/components/Attachments.svelte @@ -14,7 +14,7 @@ -->