diff --git a/themes/custom/az_barrio/az_barrio.theme b/themes/custom/az_barrio/az_barrio.theme index a669c3ca0b..3b6678828b 100644 --- a/themes/custom/az_barrio/az_barrio.theme +++ b/themes/custom/az_barrio/az_barrio.theme @@ -398,7 +398,7 @@ function az_barrio_az_icons_assets_path($type) { } $az_icons_path .= '/az-icons-styles'; - // AZ Bootstrap minified. + // AZ Icons minified. if (theme_get_setting('az_icons_minified')) { $az_icons_path .= '.min'; }