From b36a2ea66b98aa72c2f0dccbf0017e149ada0595 Mon Sep 17 00:00:00 2001 From: Yana De Pauw <yana@atmire.com> Date: Thu, 29 Nov 2018 11:39:57 +0100 Subject: [PATCH] 55990: Move item component - fix message --- resources/i18n/en.json | 1 + .../edit-item-page/item-move/item-move.component.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/i18n/en.json b/resources/i18n/en.json index 395838c289..3cdf0bc180 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -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" diff --git a/src/app/+item-page/edit-item-page/item-move/item-move.component.html b/src/app/+item-page/edit-item-page/item-move/item-move.component.html index 0a8e4b68b5..b3627e65bb 100644 --- a/src/app/+item-page/edit-item-page/item-move/item-move.component.html +++ b/src/app/+item-page/edit-item-page/item-move/item-move.component.html @@ -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" -- GitLab