Skip to content

Commit

Permalink
Update verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpierce committed Mar 6, 2024
1 parent eb76365 commit 82eedd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/store/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const getMarqueeText = responseData => {
let shows = []
responseData.schedule_upcoming.forEach(show => {
let startTime = moment(show.start_date_time, originalDateTimeFormat).format(newDateTimeFormat)
shows.push(`${show.title} at ${startTime}`)
shows.push(`${show.title} ${startTime}`)
})

text += shows.join(', ')
Expand Down

0 comments on commit 82eedd5

Please sign in to comment.