Commit 374c183b authored by nvaken's avatar nvaken Committed by Marcin Grabias
Browse files

Issue #3307059 by nielsva: Rename selection information "Clear" button to "Clear selection"

parent aabb46ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -798,7 +798,7 @@ class ViewsBulkOperationsBulkForm extends FieldPluginBase implements CacheableDe
        $form['header'][$this->options['id']]['multipage']['list'] = $this->getMultipageList($this->tempStoreData);
        $form['header'][$this->options['id']]['multipage']['list'] = $this->getMultipageList($this->tempStoreData);
        $form['header'][$this->options['id']]['multipage']['clear'] = [
        $form['header'][$this->options['id']]['multipage']['clear'] = [
          '#type' => 'submit',
          '#type' => 'submit',
          '#value' => $this->t('Clear'),
          '#value' => $this->t('Clear selection'),
          '#submit' => [[$this, 'clearSelection']],
          '#submit' => [[$this, 'clearSelection']],
          '#limit_validation_errors' => [],
          '#limit_validation_errors' => [],
        ];
        ];