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 }}