55990: Move item component - fix message

This commit is contained in:
Yana De Pauw
2018-11-29 11:39:57 +01:00
parent eaa297cd90
commit b36a2ea66b
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"