diff --git a/static/elements/chromedash-schedule.js b/static/elements/chromedash-schedule.js index 00a0ef82..fe75c9c9 100644 --- a/static/elements/chromedash-schedule.js +++ b/static/elements/chromedash-schedule.js @@ -9,7 +9,6 @@ const TEMPLATE_CONTENT = { h1Class: '', downloadUrl: 'https://www.google.com/chrome/', downloadTitle: 'Download Chrome Stable', - dateText: 'was', featureHeader: 'Features in this release', }, beta: { @@ -17,7 +16,6 @@ const TEMPLATE_CONTENT = { h1Class: 'chrome_version--beta', downloadUrl: 'https://www.google.com/chrome/beta/', downloadTitle: 'Download Chrome Beta', - dateText: 'between', featureHeader: 'Features planned in this release', }, dev: { @@ -25,14 +23,12 @@ const TEMPLATE_CONTENT = { h1Class: 'chrome_version--dev', downloadUrl: 'https://www.google.com/chrome/dev', downloadTitle: 'Download Chrome Dev', - dateText: 'coming', featureHeader: 'Features planned in this release', }, gap: { channelLabel: '', h1Class: '', downloadUrl: null, - dateText: 'coming', featureHeader: 'Features planned in this release', }, }; @@ -130,7 +126,7 @@ class ChromedashSchedule extends LitElement { ${this.columns.map((type) => html`