Loading src/Plugin/Field/FieldWidget/OfficeHoursWeekWidget.php +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ class OfficeHoursWeekWidget extends OfficeHoursWidgetBase { // Build multi element widget. Copy the description, etc. into the table. $header = [ 'title' => $this->t(''), // or $this->t('Day of week'), // or NULL, 'title' => '', // or $this->t('Day of week'), // or NULL, 'from' => $this->t('From', [], ['context' => 'A point in time']), 'to' => $this->t('To', [], ['context' => 'A point in time']), 'comment' => $this->t('Comment'), Loading Loading
src/Plugin/Field/FieldWidget/OfficeHoursWeekWidget.php +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ class OfficeHoursWeekWidget extends OfficeHoursWidgetBase { // Build multi element widget. Copy the description, etc. into the table. $header = [ 'title' => $this->t(''), // or $this->t('Day of week'), // or NULL, 'title' => '', // or $this->t('Day of week'), // or NULL, 'from' => $this->t('From', [], ['context' => 'A point in time']), 'to' => $this->t('To', [], ['context' => 'A point in time']), 'comment' => $this->t('Comment'), Loading