Skip to content
Snippets Groups Projects
Commit 07f56295 authored by Owen Bush's avatar Owen Bush
Browse files

Fix title of excluded dates column in list builder

parent 3e7db6b8
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class ExcludedDatesListBuilder extends ConfigEntityListBuilder { ...@@ -14,7 +14,7 @@ class ExcludedDatesListBuilder extends ConfigEntityListBuilder {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function buildHeader() { public function buildHeader() {
$header['label'] = $this->t('Included dates'); $header['label'] = $this->t('Excluded dates');
$header['id'] = $this->t('Machine name'); $header['id'] = $this->t('Machine name');
$header['start'] = $this->t('Start'); $header['start'] = $this->t('Start');
$header['end'] = $this->t('End'); $header['end'] = $this->t('End');
......
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