Skip to content
Snippets Groups Projects
Commit b36a2ea6 authored by Yana De Pauw's avatar Yana De Pauw
Browse files

55990: Move item component - fix message

parent eaa297cd
Branches
Tags
No related merge requests found
......@@ -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"
......
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