diff --git a/themes/arm-design-system-hugo-theme/layouts/partials/eco-dashboard/filter-dropdown-multilevel.html b/themes/arm-design-system-hugo-theme/layouts/partials/eco-dashboard/filter-dropdown-multilevel.html index 8378845e..90d219bb 100644 --- a/themes/arm-design-system-hugo-theme/layouts/partials/eco-dashboard/filter-dropdown-multilevel.html +++ b/themes/arm-design-system-hugo-theme/layouts/partials/eco-dashboard/filter-dropdown-multilevel.html @@ -3,6 +3,8 @@ {{$group_display_name := .title}} {{$group_name := .title | urlize}} +{{$all_description := "Filter by category and view the category description here."}} + {{.title}} @@ -16,7 +18,7 @@ data-group-display-name="{{$group_display_name}}">

- Filter by category and view the category description here. + {{$all_description}}

@@ -26,6 +28,52 @@