Skip to content
Snippets Groups Projects
Commit 2b607249 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

68346: Create bundle button message

parent 00db5249
Branches
Tags
No related merge requests found
......@@ -698,6 +698,8 @@
"item.bitstreams.upload.bundle.new.placeholder": "Click here to enter a new bundle name.",
"item.bitstreams.upload.bundle.new": "Create bundle",
"item.bitstreams.upload.bundles.empty": "This item doesn\'t contain any bundles to upload a bitstream to.",
"item.bitstreams.upload.drop-message": "Drop a file to upload",
......
......@@ -25,7 +25,7 @@
ngDefaultControl>
</ds-dso-input-suggestions>
<button *ngIf="!selectedBundleId && selectedBundleName?.length > 0" class="btn btn-success" (click)="createBundle()">
<i class="fa fa-plus"></i> Create bundle
<i class="fa fa-plus"></i> {{ 'item.bitstreams.upload.bundle.new' | translate }}
</button>
<ds-uploader class="w-100" *ngIf="selectedBundleId"
[dropMsg]="'item.bitstreams.upload.drop-message'"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment