Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Oct 27, 2023
2 parents 92cad06 + 07639eb commit d160ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/announcement-data/systems/stations/KeTechPhil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,7 @@ export default class KeTechPhil extends StationAnnouncementSystem {
min: {
name: 'Minute',
default: '33',
options: ['00 - hundred', '00 - hundred-hour']
options: ['00 - hundred', '00 - hundred-hours']
.concat(new Array(59).fill(0).map((_, i) => (i + 2).toString()))
.map(m => ({ title: m.toString().padStart(2, '0'), value: m.toString().padStart(2, '0') })),
type: 'select',
Expand Down

0 comments on commit d160ee9

Please sign in to comment.