From 3cbc321f5f0bd572372f37838440df84fa321d5c Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Tue, 30 Nov 2021 14:06:01 +0300 Subject: [PATCH] Add attachment strings (#429) Signed-off-by: Alexander Platov --- plugins/recruit-assets/lang/en.json | 4 +++- .../src/components/Attachments.svelte | 15 ++++++++------- plugins/recruit-resources/src/plugin.ts | 2 ++ 3 files changed, 13 insertions(+), 8 deletions(-) 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 @@ -->