@@ -401,8 +402,8 @@ class BlockClassBulkOperationsForm extends ConfigFormBase {
// Get the default case in the settings area.
$default_case=$config->get('default_case');
// If is configure lowercase we can't run the bulk operation to Uppercase
// So show this message.
// If is configure lowercase we can't run the bulk operation to
// Uppercase so show this message.
if($default_case=='lowercase'){
$form_state->setErrorByName('operation',$this->t('You selected to convert all classes to lowercase but your configuration is to use all with Uppercase. Please see you settings <a href="/admin/config/content/block-class/settings">here</a>'));
@@ -421,8 +422,8 @@ class BlockClassBulkOperationsForm extends ConfigFormBase {
// Get the default case in the settings area.
$default_case=$config->get('default_case');
// If is configure uppercase we can't run the bulk operation to lowercase
// So show this message.
// If is configure uppercase we can't run the bulk operation to
// lowercase so show this message.
if($default_case=='uppercase'){
$form_state->setErrorByName('operation',$this->t('You selected to convert all classes to lowercase but your configuration is to use all with Uppercase. Please see you settings <a href="/admin/config/content/block-class/settings">here</a>'));