Commit b586a8af authored by Salvo Scala's avatar Salvo Scala Committed by John Voskuilen
Browse files

Issue #3319980 by scalas89: Remove translation from empty string

parent 5fee118c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'),