mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
55990: Move item component - fix message
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
"move": {
|
||||
"head":"Move item: {{id}}",
|
||||
"description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.",
|
||||
"search.placeholder": "Enter a search query to look for collections",
|
||||
"inheritpolicies": {
|
||||
"description": "Inherit the default policies of the destination collection",
|
||||
"checkbox": "Inherit policies"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<div class="col-12">
|
||||
<ds-input-suggestions #f id="search-form"
|
||||
[suggestions]="(collectionSearchResults | async)"
|
||||
[placeholder]="'item.move.search.placeholder'| translate"
|
||||
[placeholder]="'item.edit.move.search.placeholder'| translate"
|
||||
[action]="getCurrentUrl()"
|
||||
[name]="'item-move'"
|
||||
[(ngModel)]="selectedCollection"
|
||||
|
Reference in New Issue
Block a user