diff --git a/theme-settings.php b/theme-settings.php index ebd94ab71d088b5c911567f3c68880bd4f5b0f1f..50d01585269e68b8c5ef4ed112c86527005f4275 100644 --- a/theme-settings.php +++ b/theme-settings.php @@ -251,7 +251,7 @@ function bootstrap_barrio_form_system_theme_settings_alter(&$form, FormStateInte ), $form['components']['buttons']['bootstrap_barrio_button_outline'] = array( '#type' => 'checkbox', - '#title' => t('Buttonn with outline format'), + '#title' => t('Button with outline format'), '#default_value' => theme_get_setting('bootstrap_barrio_button_outline'), '#description' => t('Use <code>.btn-default-outline</code> class. See : @bootstrap_barrio_link', array( '@bootstrap_barrio_link' => Drupal::l('Outline Buttons' , Url::fromUri('http://getbootstrap.com/css/' , ['absolute' => TRUE , 'fragment' => 'grid-example-fluid'])),