mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
55990: Move item component - fix message
This commit is contained in:
@@ -107,6 +107,7 @@
|
|||||||
"move": {
|
"move": {
|
||||||
"head":"Move item: {{id}}",
|
"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.",
|
"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": {
|
"inheritpolicies": {
|
||||||
"description": "Inherit the default policies of the destination collection",
|
"description": "Inherit the default policies of the destination collection",
|
||||||
"checkbox": "Inherit policies"
|
"checkbox": "Inherit policies"
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<ds-input-suggestions #f id="search-form"
|
<ds-input-suggestions #f id="search-form"
|
||||||
[suggestions]="(collectionSearchResults | async)"
|
[suggestions]="(collectionSearchResults | async)"
|
||||||
[placeholder]="'item.move.search.placeholder'| translate"
|
[placeholder]="'item.edit.move.search.placeholder'| translate"
|
||||||
[action]="getCurrentUrl()"
|
[action]="getCurrentUrl()"
|
||||||
[name]="'item-move'"
|
[name]="'item-move'"
|
||||||
[(ngModel)]="selectedCollection"
|
[(ngModel)]="selectedCollection"
|
||||||
|
Reference in New Issue
Block a user