From 257e422a1c8b4e3348be6c14c8f0dba78bb47127 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 18 Jun 2018 09:46:21 +0100 Subject: [PATCH] fix translations (#3497) --- demo-shell/resources/i18n/en.json | 1 + .../breadcrumb/dropdown-breadcrumb.component.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-shell/resources/i18n/en.json b/demo-shell/resources/i18n/en.json index 512fb56cd7..a1e7268e20 100644 --- a/demo-shell/resources/i18n/en.json +++ b/demo-shell/resources/i18n/en.json @@ -90,6 +90,7 @@ }, "DOCUMENT_LIST": { "MULTISELECT_CHECKBOXES": "Multiselect (with checkboxes)", + "THUMBNAILS" :"Enable Thumbnails", "MULTIPLE_FILE_UPLOAD": "Multiple File Upload", "FOLDER_UPLOAD": "Folder upload", "CUSTOM_FILTER": "Custom extensions filter", diff --git a/lib/content-services/breadcrumb/dropdown-breadcrumb.component.html b/lib/content-services/breadcrumb/dropdown-breadcrumb.component.html index a5e7946080..9912c96c7c 100644 --- a/lib/content-services/breadcrumb/dropdown-breadcrumb.component.html +++ b/lib/content-services/breadcrumb/dropdown-breadcrumb.component.html @@ -22,7 +22,7 @@ class="adf-dropdown-breadcrumb-path-option" tabindex="0" data-automation-class="dropdown-breadcrumb-path-option"> - {{ node.name }} + {{ node.name | translate }}