From c596b6c7ecb4ca9b462d9a6b609bebedde87bddb Mon Sep 17 00:00:00 2001 From: Vlad Nouski Date: Wed, 7 Feb 2024 08:31:06 +0100 Subject: [PATCH] [CST-12044] refactor: code --- .../sections/upload/file/section-upload-file.component.html | 4 ++-- src/assets/i18n/en.json5 | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/submission/sections/upload/file/section-upload-file.component.html b/src/app/submission/sections/upload/file/section-upload-file.component.html index ff7b503af9..d320996f9f 100644 --- a/src/app/submission/sections/upload/file/section-upload-file.component.html +++ b/src/app/submission/sections/upload/file/section-upload-file.component.html @@ -11,8 +11,8 @@ [checked]="isPrimary" (change)="togglePrimaryBitstream($event)"> diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 9705e3564f..dbbc48f209 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -4434,6 +4434,10 @@ "submission.sections.toggle.aria.close": "Collapse {{sectionHeader}} section", + "submission.sections.upload.primary.make": "Make {{fileName}} the primary bitstream", + + "submission.sections.upload.primary.remove": "Remove {{fileName}} as the primary bitstream", + "submission.sections.upload.delete.confirm.cancel": "Cancel", "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?",