Skip to content
Snippets Groups Projects
Commit a99a8072 authored by Alberto Siles's avatar Alberto Siles Committed by Alberto Siles
Browse files

Fix typo on theme settings

parent 28835c40
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@ function bootstrap_barrio_form_system_theme_settings_alter(&$form, FormStateInte
'#type' => 'checkbox',
'#title' => t('Apply img-fluid style to all content images'),
'#default_value' => theme_get_setting('bootstrap_barrio_image_fluid'),
'#description' => t('Adds a img-fluid style to all ".content img" elements');
'#description' => t('Adds a img-fluid style to all ".content img" elements'),
];
// Navbar.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment